Blame SOURCES/cyrus-imapd-CVE-2019-19783.patch

0f9cf8
diff --git a/imap/lmtp_sieve.c b/imap/lmtp_sieve.c
0f9cf8
index 4c3bbc3..d0abdd3 100644
0f9cf8
--- a/imap/lmtp_sieve.c
0f9cf8
+++ b/imap/lmtp_sieve.c
0f9cf8
@@ -999,7 +999,7 @@ static int autosieve_createfolder(const char *userid, const struct auth_state *a
0f9cf8
     if (createsievefolder) {
0f9cf8
         /* Folder is already in internal namespace format */
0f9cf8
         r = mboxlist_createmailbox(internalname, 0, NULL,
0f9cf8
-                                   1, userid, auth_state, 0, 0, 0, 1, NULL);
0f9cf8
+                                   0, userid, auth_state, 0, 0, 0, 1, NULL);
0f9cf8
         if (!r) {
0f9cf8
             mboxlist_changesub(internalname, userid, auth_state, 1, 1, 1);
0f9cf8
             syslog(LOG_DEBUG, "autosievefolder: User %s, folder %s creation succeeded",