
MAN PAGES
---------
* Update mh-tailor man page.
* generate mh-chart man page from other man pages
* update default mode in man pages with sed

SEQUENCES
---------
* change so you can have more than 26 sequences
* change so that nmh can handle long lines in .mh_sequence
* maybe add option gracefully handle empty sequences (-force).

CONFIGURE
---------
* add switch --enable-nmh-mime, and fix man pages to add mime options
  if enabled.
* possible change to --use-mta={smtp/sendmail/qmail/...}

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.
* Need to decide if want to support APOP, RPOP, KPOP, MPOP.

OPTIONS
-------
* change switches to accept two dashes (--help)
* can we move option checking to its own function?  Currently each
  command is doing that itself.
* Fix switch reading for install-mh to use same method as other
  commands.

FLIST
-----
* add -format option so you can specify the look of the output
  of flist.

FOLDER
------
* add Folder-Order profile component

FORMATS
-------
* change format code to have escape %(sequence{foo}) to detect arbitrary
  sequences, and then remove %(cur) and %(unseen).

INC
---
* Add code to inc to deal with content-length headers.
* Add ability to do filtering (call incproc) when incorportaing
  to filter mail.
* Change inc to retain "From " line when compiling with RPATHS.

MHL
---
* remove naming hack in mhlsbr.c for adios and done.

MHN
---
* split up mhn.c (maybe mhn_store.c, mhn_list.c, mhn_show.c, mhn_cache.c)

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.

PICK
----
* split regex code out into library.
* replace regex code with Henry Spencer's regex library.

PROMPTER
--------
* maybe add ability to use prompter just for headers, and
  then use primary editor for editing message.

RCVSTORE
--------
* Change rcvstore so that it can store into multiple folders.
* Add folder locking.

SEND
----
* Maybe add `-server' and `-client' to documentation.
* Add ability for return messages from send to be in MIME format.

SLOCAL
-----
* Change slocal to use .slocalrc file, instead of .maildelivery?
* Add ability to use regular expressions in header matching.
* Add support for Berkeley db.
* Clean up output from -debug option.
* Add -debuglevel to control the amount of debug info that is output.
* Add -debuglog to specify file to save debugging output.
* Add -logfile (or -audit) to specify where to record info about successful
  deliveries.

VMH
---
* Fix vmh.  vmh seems to be using internal knowledge of curses.

MTA INTERFACE
-------------
* Fix locking code.  Add lockfile command.
* Remove code to do stand-alone delivery.
* Think about support for DSN (Delivery Status Notification)
* Test nmh with qmail.  Add qmail's maildir format.
* Relax restrictions on what can be done with headers in send/post.
* Add ability to add own message-id's (check Gnus).
* figure out why smail.c and client.c need their own copies of
  getcpy, copyip, etc... (funny linking problem)

GENERAL
-------
* see if the various versions of copyfile and copyf can be
  merged.
* change time functions to use POSIX functions by default.
* Add MH-6.8.4 features into nmh.
* 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.
* When do we need to add -lresolv for SunOS 4.1.x?

