Removed an item that Richard did without removing its TODO, and removed an item
authorDan Harkless <dan@harkless.org>
Fri, 4 Feb 2000 20:36:43 +0000 (20:36 +0000)
committerDan Harkless <dan@harkless.org>
Fri, 4 Feb 2000 20:36:43 +0000 (20:36 +0000)
that was duplicated in two different priority sections.

TODO

diff --git a/TODO b/TODO
index 3ae3679..27ca134 100644 (file)
--- 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.