> Hello all, > > The Uoa patches for cyrus imap 2.2.7 are out today. > You can read about and get them in the following URL : > > http://email.uoa.gr/projects/cyrus/ > > or you can just fetch the diffs in the following URL: > > http://email.uoa.gr/download/cyrus/cyrus-imapd-2.2.7/ > > > Bug reports and feedback are more than welcome.
Hi Aristotelis, I updated my rpms this morning. My updated autocreate patch looks little different. Now my question, does it matter and if - which one is correct? Do I have to change the rpms again? Simon @@ -1352,6 +1391,11 @@ userid, inboxname); if (!r) r = mboxlist_detail(inboxname, &type, NULL, &server, &acl, NULL); + + /* Try once again after autocreate_inbox */ + if (r == IMAP_MAILBOX_NONEXISTENT && !(r = autocreate_inbox(inboxname))) + r = mboxlist_detail(inboxname, &type, NULL, &server, &acl, NULL); ^^^^^^ + if (!r && (config_popuseacl = config_getswitch(IMAPOPT_POPUSEACL)) && (!acl || !((myrights = cyrus_acl_myrights(popd_authstate, acl)) & ACL_READ))) { --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html