X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=TODO;h=345960da0dd04c524aaef5b04e7469c8000e3e0a;hp=3ae3679decfe57160e9d1018a9c61860f29a4471;hb=84b98d0484fe61d4ebe205016e35a06da194f525;hpb=c9021f4b5e565c9ec7606b8b0229172bd01ba1ae diff --git a/TODO b/TODO index 3ae3679..345960d 100644 --- a/TODO +++ b/TODO @@ -28,6 +28,9 @@ 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 @@ -122,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? @@ -213,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.