Changeset 5103:df7a0ee95618

Show
Ignore:
Timestamp:
2007-04-09 11:32:18 (21 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Kill off some IMAP TODO items

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5101 r5103  
     12007-04-09 09:09 -0700  Brendan Cully  <brendan@kublai.com>  (9f6afccedd2f) 
     2 
     3        * imap/imap.c: Null out idata->hcache when closing, and remove close 
     4        from open failure (mx_close will handle it). 
     5 
     62007-04-09 08:56 -0700  Vsevolod Volkov  <vvv@mutt.org.ua>  (605c6d60217d) 
     7 
     8        * po/ru.po: Updated Russian translation. 
     9 
    1102007-04-07 16:22 -0700  Michael Elkins  <me@mutt.org>  (c310dd3d6d73) 
    211 
  • imap/TODO

    r4854 r5103  
    1616  how many subfolders, that weird \Marked tag, etc. 
    1717  
    18 * Namespace handling needs to be thrown out and rewritten 
    19  
    2018[ -- speed -- ] 
    2119 
     
    3230  we have IDLE support. 
    3331 
    34 * caching UIDVALIDITY/UIDNEXT across sessions for nice new mail 
    35   handling. Could use the hcache. 
    36  
    3732Brendan Cully <brendan@kublai.com> 
    38 Updated: 20061031 
     33Updated: 20070409