From: Markus Valentin Date: Tue, 13 Jul 2021 11:28:43 +0000 (+0200) Subject: lib-storage: Add storage_class_flag for secondary index X-Git-Tag: 2.3.17~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69ddbe6dd07026b9352b9dc842b92d259a75ed2a;p=thirdparty%2Fdovecot%2Fcore.git lib-storage: Add storage_class_flag for secondary index --- diff --git a/src/lib-storage/mail-storage-private.h b/src/lib-storage/mail-storage-private.h index 6761ab436d..bdea31d0d2 100644 --- a/src/lib-storage/mail-storage-private.h +++ b/src/lib-storage/mail-storage-private.h @@ -109,6 +109,8 @@ enum mail_storage_class_flags { /* Storage deletes all files internally - mailbox list's delete_mailbox() shouldn't delete anything itself. */ MAIL_STORAGE_CLASS_FLAG_NO_LIST_DELETES = 0x400, + /* Storage creates a secondary index */ + MAIL_STORAGE_CLASS_FLAG_SECONDARY_INDEX = 0x800, }; struct mail_binary_cache {