From: Brendan Cully Date: Mon, 9 Apr 2007 18:32:18 +0000 (-0700) Subject: Kill off some IMAP TODO items X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=312ad0518578ae0b4cf96cf1a6f4f47fc69e88ac;p=neomutt Kill off some IMAP TODO items --- diff --git a/ChangeLog b/ChangeLog index 4edd045c2..36af4eb1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-04-09 09:09 -0700 Brendan Cully (9f6afccedd2f) + + * imap/imap.c: Null out idata->hcache when closing, and remove close + from open failure (mx_close will handle it). + +2007-04-09 08:56 -0700 Vsevolod Volkov (605c6d60217d) + + * po/ru.po: Updated Russian translation. + 2007-04-07 16:22 -0700 Michael Elkins (c310dd3d6d73) * hook.c, pattern.c: Allow reply-hook to use ~h when replying from the diff --git a/imap/TODO b/imap/TODO index 7fe4995c8..f428a2aa1 100644 --- a/imap/TODO +++ b/imap/TODO @@ -15,8 +15,6 @@ IMAP enhancements, by priority: the stat variables but with tags like how many messages are in the folders, how many subfolders, that weird \Marked tag, etc. -* Namespace handling needs to be thrown out and rewritten - [ -- speed -- ] * Partial index loading, using server-side threading and sorting @@ -31,8 +29,5 @@ IMAP enhancements, by priority: * Possibly opening multiple connections for mailbox polling, now that we have IDLE support. -* caching UIDVALIDITY/UIDNEXT across sessions for nice new mail - handling. Could use the hcache. - Brendan Cully -Updated: 20061031 +Updated: 20070409