It wasn't actually used yet.
if (strcmp(opt, "add-flags-on-save") == 0) {
set->parsed_mail_attachment_detection_add_flags_on_save = TRUE;
- } else if (strcmp(opt, "add-flags-on-fetch") == 0) {
- set->parsed_mail_attachment_detection_add_flags_on_fetch = TRUE;
} else if (strcmp(opt, "exclude-inlined") == 0) {
set->parsed_mail_attachment_exclude_inlined = TRUE;
} else if (strncmp(opt, "content-type=", 13) == 0) {
const char *const *parsed_mail_attachment_content_type_filter;
bool parsed_mail_attachment_exclude_inlined;
bool parsed_mail_attachment_detection_add_flags_on_save;
- bool parsed_mail_attachment_detection_add_flags_on_fetch;
};
struct mail_namespace_settings {