This shouldn't really be required anymore, but for now we'll recommend it
for Pro installations.
/* POP3: */ \
"pop3.uidl pop3.order"
{ "mail_cache_fields", MAIL_CACHE_FIELDS_DEFAULT },
+#ifdef DOVECOT_PRO_EDITION
+ { "mail_always_cache_fields", MAIL_CACHE_FIELDS_DEFAULT },
+#endif
{ "mail_never_cache_fields", "imap.envelope" },
{ NULL, NULL }
};
.driver = "sdbox",
.extra_input = (const char *const[]) {
"mail_attachment_detection_options=add-flags",
+ "mail_always_cache_fields=flags",
"mail_cache_fields=flags",
"mail_never_cache_fields=mime.parts",
NULL