]> diplodocus.org Git - nmh/blobdiff - docs/TODO
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / docs / TODO
index 81ec7775dc3243c050eda62dad7f5808755ab9ba..c9a34e41ec26da1e521b81cb728fe9ef33c2139e 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -1,6 +1,5 @@
 [TODO]
 
-* fix msh/mmdf problems.
 * Add IPv6 support.
 * Write different function to read configuration files, instead
   of using m_getfld.c
@@ -39,15 +38,11 @@ MAN PAGES
 
 SEQUENCES
 ---------
-* Change so you can have more than 26 sequences.  Unfortunately,
-  given the way that the bit flags for sequences work, this is
-  not easy.
 * Maybe add option gracefully handle empty sequences (-force).
 
 ENVIRONMENT/PROFILE
 -------------------
-* Maybe add profile entry "Pager" to change the default pager?
-* Should nmh check for EDITOR or PAGER environment variable?
+* Should nmh check for EDITOR environment variable?
 
 OPTIONS
 -------
@@ -90,7 +85,7 @@ FORW
 INC
 ---
 * Add ability to do filtering (call filterproc) when incorporating mail
-* Change inc to use libary function folder_addmsg().
+* Change inc to use library function folder_addmsg().
 
 MHBUILD
 -------
@@ -105,34 +100,18 @@ MHL
   an external filtering program.
 * fix internal pager for mhl?
 
-MHMAIL
-------
-* add -attach option (send could use this).  This should
-  be done by hooking in mhbuildsbr.c
-
 MHN/MHSHOW/MHLIST/MHSTORE
 -------------------------
 * add way so user can tell mhn to use internal method for
   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, rfc2183).
 * merge the two places in which mhshowsbr.c reads display
   strings.
 * when storing to a folder, should we save the folder context
   first, so that storage string of "+" stores to the new
   folder?
 
-MSH
----
-* change conditional includes in msh.c to use termios.h
-* Add -version to mshcmd.c for each command.
-* Change msh to use mbox style files, instead of mmdf.  Add options -mbox,
-  -mmdf to choose.
-*) There are couple calls to copyip() which should be changed to
-   getarguments().  One problem is freeing the string getcopy'ed by
-   getarguments().
-
 PICK
 ----
 * split regex code out into library.