X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=TODO;h=345960da0dd04c524aaef5b04e7469c8000e3e0a;hp=cd8988dc4e17d2ff1956c4079c79f4f0efb438da;hb=84b98d0484fe61d4ebe205016e35a06da194f525;hpb=d3a67123c9d05b6d639adb0e6b4a874807602a6b diff --git a/TODO b/TODO index cd8988d..345960d 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ [TODO] +* fix msh/mmdf problems. * Add IPv6 support. * Check/fix compilation on 64-bit systems. * Write different function to read configuration files, instead @@ -15,11 +16,21 @@ 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. [POSSIBILITIES] MAN PAGES --------- +* 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. * Update mh-tailor man page. * generate mh-chart man page from other man pages * update default mode in man pages with sed @@ -114,7 +125,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? @@ -205,5 +215,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.