X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=TODO;fp=TODO;h=27ca1348fd492b9cdd7002971b4095a26a88ceb6;hp=3ae3679decfe57160e9d1018a9c61860f29a4471;hb=e75d3193f9f7cbfe44f808620fbde90bd3e727c2;hpb=5e6f0bdeffd667c5413ce27c73ea31c04fb9e9cf diff --git a/TODO b/TODO index 3ae3679..27ca134 100644 --- a/TODO +++ b/TODO @@ -122,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? @@ -213,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.