Skip to content

Commit 6a053a4

Browse files
committed
Revert "Change mail_attachment_detection_options default"
It was accidentally merged too early.
1 parent bccfa99 commit 6a053a4

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

data/settings.js

-5
Original file line numberDiff line numberDiff line change
@@ -7344,11 +7344,6 @@ See [[link,mail_cache]] for details and for the list of fields.`
73447344

73457345
mail_attachment_detection_options: {
73467346
values: setting_types.BOOLLIST,
7347-
default: `
7348-
add-flags "content-type=!application/signature"
7349-
<br /><br />
7350-
[[changed,mail_attachment_detection_options_changed]] The default value was
7351-
added. It used to be empty.`,
73527347
text: `
73537348
Settings to control adding \`$HasAttachment\` or \`$HasNoAttachment\`
73547349
keywords. By default, all MIME parts with \`Content-Disposition=attachment\`

data/updates.js

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export const updates = {
5151
lua_auth_init: '2.4.0',
5252
lua_dns_client: '2.4.0',
5353
lua_script_init: '2.4.0',
54-
mail_attachment_detection_options_changed: '2.4.2',
5554
mail_cache_fields_changed: '2.4.1',
5655
mail_crypt_eddsa: '2.4.0',
5756
mail_crypt_fs_maybe: '2.4.0',

docs/installation/upgrade/2.4-to-2.4.x.md

-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ changed to `2.4.2`.
3636

3737
| Setting | Old Default Value | New Default Value |
3838
| ------- | ----------------- | ----------------- |
39-
| [[setting,mail_attachment_detection_options]] | | `add-flags content-type=!application/signature` | |
4039
| `service/anvil/unix_listener/anvil/mode` | `0600` | `0660` |
4140
| `service/anvil/unix_listener/anvil/group` | (empty = root) | `$SET:default_internal_group` |

0 commit comments

Comments
 (0)