From: Timo Sirainen Date: Sat, 1 Jan 2011 13:56:37 +0000 (+0200) Subject: TODO updated. X-Git-Tag: 2.1.alpha1~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8af325a629ba339cf43720522665f673f50cd71;p=thirdparty%2Fdovecot%2Fcore.git TODO updated. --- diff --git a/TODO b/TODO index f2d9e10bf7..8dcf18eb71 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ + - notify_sync() could have "what changed" struct with old/new flags - mailbox deletion could really be "rmdir", which fails if everything isn't already expunged. IMAP DELETE could fail with "mailbox changed during deletion, aborting" if new messages arrive + - if doing any changes, figure out how to handle symlinked mailboxes - maildir: copy dovecot-shared file from parent mailbox, not root. - is mail_index_sync_have_any() really necessary? especially that it returns TRUE for ext rec changes ... why?...