Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7427,6 +7427,11 @@ See [[link,mail_cache]] for details and for the list of fields.`

mail_attachment_detection_options: {
values: setting_types.BOOLLIST,
default: `
- mbox, imapc: &lt;empty&gt;<br />
- others: add-flags content-type=!application/signature
<br /><br />
[[changed,mail_attachment_detection_options_changed]] The default was set.`,
text: `
Settings to control adding \`$HasAttachment\` or \`$HasNoAttachment\`
keywords. By default, all MIME parts with \`Content-Disposition=attachment\`
Expand Down
1 change: 1 addition & 0 deletions data/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const updates = {
lua_auth_init: '2.4.0',
lua_dns_client: '2.4.0',
lua_script_init: '2.4.0',
mail_attachment_detection_options_changed: '2.4.2',
mail_cache_fields_changed: '2.4.1',
mail_crypt_eddsa: '2.4.0',
mail_crypt_fs_maybe: '2.4.0',
Expand Down
1 change: 1 addition & 0 deletions docs/installation/upgrade/2.4-to-2.4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ changed to `2.4.2`.
| `service/anvil/unix_listener/anvil/mode` | `0600` | `0660` |
| `service/anvil/unix_listener/anvil/group` | (empty = root) | `$SET:default_internal_group` |
| [[setting,mailbox_directory_name_legacy]] | `yes` | `no` |
| [[setting,mail_attachment_detection_options]] | | `add-flags content-type=!application/signature` |