]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Add storage_class_flag for secondary index
authorMarkus Valentin <markus.valentin@open-xchange.com>
Tue, 13 Jul 2021 11:28:43 +0000 (13:28 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 10 Sep 2021 12:11:25 +0000 (12:11 +0000)
src/lib-storage/mail-storage-private.h

index 6761ab436d3cc2d078c5e01f5a3bbbb98ac81f1e..bdea31d0d2ab1e5844a490f10f1cf1c285a8a73f 100644 (file)
@@ -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 {