Skip to content

Commit

Permalink
lib-storage: Remove mail_attachment_detection_options=add-flags-on-fe…
Browse files Browse the repository at this point in the history
…tch parsing

It wasn't actually used yet.
  • Loading branch information
sirainen committed Apr 30, 2018
1 parent e0641b4 commit 28ca4c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/lib-storage/mail-storage-settings.c
Expand Up @@ -514,8 +514,6 @@ static bool mail_storage_settings_check(void *_set, pool_t pool,

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) {
Expand Down
1 change: 0 additions & 1 deletion src/lib-storage/mail-storage-settings.h
Expand Up @@ -69,7 +69,6 @@ struct mail_storage_settings {
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 {
Expand Down

0 comments on commit 28ca4c9

Please sign in to comment.