]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Add MAIL_STORAGE_SERVICE_FLAG_MINIMAL_USER_INIT
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 7 Aug 2023 08:57:00 +0000 (11:57 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:10 +0000 (12:34 +0200)
This is needed/used only by the obox format currently.

src/lib-storage/mail-storage-service.h

index dd193263765bab7f3069edfae1abfa3249f65ec2..7a13073b543687d3a202367bf0e26e3090444024 100644 (file)
@@ -33,6 +33,9 @@ enum mail_storage_service_flags {
        MAIL_STORAGE_SERVICE_FLAG_NO_IDLE_TIMEOUT       = 0x200,
        /* Don't create namespaces, only the user. */
        MAIL_STORAGE_SERVICE_FLAG_NO_NAMESPACES         = 0x800,
+       /* Initialize the user only minimally. Used by "doveadm mail fs"
+          commands. */
+       MAIL_STORAGE_SERVICE_FLAG_MINIMAL_USER_INIT     = 0x1000,
 };
 
 struct mail_storage_service_input {