From: Timo Sirainen Date: Mon, 7 Aug 2023 08:57:00 +0000 (+0300) Subject: lib-storage: Add MAIL_STORAGE_SERVICE_FLAG_MINIMAL_USER_INIT X-Git-Tag: 2.4.1~1382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f46037cd20a0e155e1a5e6dd59c9a451b77ab699;p=thirdparty%2Fdovecot%2Fcore.git lib-storage: Add MAIL_STORAGE_SERVICE_FLAG_MINIMAL_USER_INIT This is needed/used only by the obox format currently. --- diff --git a/src/lib-storage/mail-storage-service.h b/src/lib-storage/mail-storage-service.h index dd19326376..7a13073b54 100644 --- a/src/lib-storage/mail-storage-service.h +++ b/src/lib-storage/mail-storage-service.h @@ -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 {