Fix autoconf check for mailspool world write permission
[mmh] / docs / TODO
index 7b5beee..8ea5ab5 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -52,16 +52,8 @@ ENVIRONMENT/PROFILE
 * Maybe add profile entry "Pager" to change the default pager?
 * Should nmh check for EDITOR or PAGER environment variable?
 
-POP
----
-* Clean up uip/spop.c (I dont' think it's needed any longer).
-* Need to decide if want to support APOP, RPOP, MPOP.  APOP
-  and RPOP still work, but need autoconf support added.  Does
-  anyone still use this stuff?
-
 OPTIONS
 -------
-* change switches to accept two dashes (--help)
 * can we move option checking to its own function?  Currently each
   command is doing that itself.
 * make the option parsing code dynamic, so that there is no limit
@@ -106,12 +98,10 @@ MHBUILD
 -------
 * add ability to specify Content-Transfer-Encoding in composition
   drafts.
-* add support for Content-Disposition header (rfc1806).
 * remove the code for caching from mhbuild.
 
 MHL
 ---
-* remove naming hack in mhlsbr.c for adios and done.
 * add ability to filter parts of the message by calling
   an external filtering program.
 * fix internal pager for mhl?
@@ -127,7 +117,7 @@ MHN/MHSHOW/MHLIST/MHSTORE
   handling type, such as multipart/mixed.
 * add way so user can tell mhn to use a certain `proc' such
   as moreproc, for certain content types.
-* add support for Content-Disposition header (rfc1806).
+* add support for Content-Disposition header (rfc1806, rfc2183).
 * merge the two places in which mhshowsbr.c reads display
   strings.
 * when storing to a folder, should we save the folder context
@@ -215,7 +205,6 @@ GENERAL
 * Maybe should move etcpath to sbr and add to libmh.
 * collect winsize, struct termio, etc... together into a ttyinfo
   structure.
-* change adios to take exit code argument.
 * use wait3 if not waitpid (maybe)
 * some of the calls to setjmp/longjmp should be replaced with
   sigsetjmp/siglongjmp.