changeset 12551:917f3699af5b

TODO updated.
author Timo Sirainen <tss@iki.fi>
date Sat, 01 Jan 2011 15:56:37 +0200
parents 2c299c0e3bc8
children c39557b7662d
files TODO
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Sat Jan 01 15:52:39 2011 +0200
+++ b/TODO	Sat Jan 01 15:56:37 2011 +0200
@@ -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?...