+default mail_attachment_detection_options 2.4.2 3.2.0
default @metric_defaults/proxy/metric auth_successes,auth_failures,login_aborted 2.4.2 3.2.0
default fts_search_read_fallback yes - 3.2.0
default mailbox_directory_name_legacy yes 2.4.2 3.2.0
{ "mail_always_cache_fields", MAIL_CACHE_FIELDS_DEFAULT },
#endif
{ "mail_never_cache_fields", "imap.envelope" },
+ { "mail_attachment_detection_options", "add-flags content-type=!application/signature" },
+ /* This breaks mbox format in various ways */
+ { "mbox/mail_attachment_detection_options", "" },
+ /* It may be confusing to enable with imapc, and it's unlikely to be
+ useful. Even when using imapc with shared folders, the missing
+ attachment flags would normally be added by the remote server. */
+ { "imapc/mail_attachment_detection_options", "" },
{ NULL, NULL }
};