]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
TODO updated.
authorTimo Sirainen <tss@iki.fi>
Sat, 1 Jan 2011 13:56:37 +0000 (15:56 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 1 Jan 2011 13:56:37 +0000 (15:56 +0200)
TODO

diff --git a/TODO b/TODO
index f2d9e10bf7828f25c332385c68cc90749f7707ed..8dcf18eb7124fcd3846bdb181a6cdf348d95c087 100644 (file)
--- 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?...