From: Rocco Rutte Date: Tue, 7 Jul 2009 13:03:53 +0000 (+0200) Subject: Update TODO X-Git-Tag: mutt-1-5-21-rel~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=def28ff2dc7af0e4faf2ac1b1e795d22432e81a8;p=mutt Update TODO --- diff --git a/ChangeLog b/ChangeLog index c1e76a0d..ff5901cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-07-07 10:49 +0200 Matthias Andree (cc4d6044b31e) + + * INSTALL: GNU-make based VPATH builds work. + +2009-07-07 13:16 +0200 Rocco Rutte (f161c2f00d84) + + * UPDATING, bcache.c, doc/manual.xml.head, hcache.c, + muttlib.c, protos.h: Make hcache+bcache paths always UTF-8. Closes + #3284. + 2009-07-07 13:00 +0200 Rocco Rutte (376545d6909c) * UPDATING, globals.h, init.h, sendlib.c: Add $wrap_headers. Closes diff --git a/TODO b/TODO index e8a440fe..92c69312 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,11 @@ Problems are listed in approximate order of priority. -- character set support: We should have a global cache of - character to file name mappings. - - When displaying MIME headers, rfc 2047 decoding is applied (which should not happen), and rfc 2231 decoding is not applied (which should happen). - Help formatting could be revamped a bit. -- re-add support for .mh_sequences files - - In the "attachment" menu, assume this: 1 [text/plain, 7bit, 1.1K] @@ -62,5 +57,3 @@ Problems are listed in approximate order of priority. menu will require re-allocating and possibly updating the v2r array. How do we handle "in-the-middle additions" properly? Do they happen at all? - -$Id$