X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=TODO;h=27ca1348fd492b9cdd7002971b4095a26a88ceb6;hb=8146bc09fc2e8ad69520ba998be51fb02cbf069c;hp=8760d1aee04c7c1e13db49ae525a0e3471e6c4ea;hpb=b986c0df2a745f3f5f5f4a4a6ccc384125bafbc7;p=mmh diff --git a/TODO b/TODO index 8760d1a..27ca134 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,13 @@ 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] @@ -115,7 +122,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? @@ -206,5 +212,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.