]> granicus.if.org Git - neomutt/commitdiff
Kill off some IMAP TODO items
authorBrendan Cully <brendan@kublai.com>
Mon, 9 Apr 2007 18:32:18 +0000 (11:32 -0700)
committerBrendan Cully <brendan@kublai.com>
Mon, 9 Apr 2007 18:32:18 +0000 (11:32 -0700)
ChangeLog
imap/TODO

index 4edd045c2cc704cb39d44677649baa9c99c01c37..36af4eb1d3dcfa8574482de6fe175b5bbacab5b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-04-09 09:09 -0700  Brendan Cully  <brendan@kublai.com>  (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  <vvv@mutt.org.ua>  (605c6d60217d)
+
+       * po/ru.po: Updated Russian translation.
+
 2007-04-07 16:22 -0700  Michael Elkins  <me@mutt.org>  (c310dd3d6d73)
 
        * hook.c, pattern.c: Allow reply-hook to use ~h when replying from the
index 7fe4995c812df94bb61bdac5cfe8ef24ca5646c6..f428a2aa1ceb23ab4813c745949ac2b8c6344090 100644 (file)
--- 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 <brendan@kublai.com>
-Updated: 20061031
+Updated: 20070409