X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=TODO;h=8c9f698519f682771e6f14ead95a32c1df03558a;hp=861da67d54bd3bfa74889090f3212107da763d68;hb=985869792a2afcc507d8bbd43f88680e81e3cc20;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/TODO b/TODO index 861da67..8c9f698 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,8 @@ [TODO] +* fix msh/mmdf problems. +* Add IPv6 support. +* Check/fix compilation on 64-bit systems. * Write different function to read configuration files, instead of using m_getfld.c * convert calls from sprintf/vsprintf to snprintf/vsnprintf @@ -13,6 +16,18 @@ standard out, when filtering files. * Add switch -more to `show' to call moreproc. * Add new command "show" at WhatNow? prompt. +* Add command to reverse the action of rmm [-nounlink] -- "urmm"? "umm"? "um"? +* Allow user customization of which kinds of text parts in multipart/alternative + messages are preferred. It would be nice if one selectable behavior would be + to be prompted at runtime for which version to show. +* 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] @@ -53,8 +68,10 @@ OPTIONS COMP ---- -*) add option so that prompter can be used to input addresses, - before the real editor is called to edit message. +* add option so that prompter can be used to input addresses, + before the real editor is called to edit message. +* fix -nowhatnowproc switch. Right now whatnowproc starts the edit + session instead of comp, so -nowhatnowproc does nothing. FLIST ----- @@ -110,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? @@ -201,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.