From: Dan Harkless Date: Fri, 4 Feb 2000 20:36:43 +0000 (+0000) Subject: Removed an item that Richard did without removing its TODO, and removed an item X-Git-Tag: nmh-1_0~79 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=e75d3193f9f7cbfe44f808620fbde90bd3e727c2 Removed an item that Richard did without removing its TODO, and removed an item that was duplicated in two different priority sections. --- 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.