X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=TODO;h=8c9f698519f682771e6f14ead95a32c1df03558a;hb=5dea0ddb8000c6d750a0f77b9b30adebdd5e8589;hp=3ae3679decfe57160e9d1018a9c61860f29a4471;hpb=c9021f4b5e565c9ec7606b8b0229172bd01ba1ae;p=mmh diff --git a/TODO b/TODO index 3ae3679..8c9f698 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,11 @@ * Add a new %-escape that makes temp files more permanent than %f, so that you can use gnuclient -q or netscape -remote on message parts. Put netscape -remote in mhn.defaults for text/html once this is done. +* Change all man pages to group all the commandline options together in one + section with each as a separate mini-heading. Having to dig through prose to + find what a particular option does is a pain in the nads. +* Add some way to configure whether you prefer to see text/plain or text/html + parts of multipart/alternative messages. [POSSIBILITIES] @@ -122,7 +127,6 @@ MHN/MHSHOW/MHLIST/MHSTORE * add support for Content-Disposition header (rfc1806). * merge the two places in which mhshowsbr.c reads display strings. -* split mhn into mhshow, mhlist, mhstore, and mhcache. * when storing to a folder, should we save the folder context first, so that storage string of "+" stores to the new folder? @@ -213,5 +217,4 @@ GENERAL * some of the calls to setjmp/longjmp should be replaced with sigsetjmp/siglongjmp. * When do we need to add -lresolv for SunOS 4.1.x? -* replace use of getcpy with strdup. * replace use of ftell with fgetpos.