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

CONFIGURE
---------
* add switch --enable-nmh-mime, and fix man pages to add mime options
  if enabled.

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

INC
---
* Add code to inc to deal with content-length headers.

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.
  Maybe can add -delimiter option to generalize this.

PACKF
-----
* Change packf to use mbox style files.  Add -mmdf, -mbox options.
  Maybe add -delimiter option as general solution.

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

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

SLOCAL
-----
* Change slocal to use .slocalrc file, instead of .maildelivery?
* Add ability to use regular expressions in header matching.
* Fix code dealing with duplicate mail detection.  Maybe scrap
  ndbm for flat file.  Possibly 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.
* -file seems to be doing the wrong thing.
* Add -logfile to specify where to record info about successful
  deliveries.

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

WHATNOW
-------
* add check for lstat, check code in whatnowsbr.c dealing with copyf.

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
-------
* 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)
* Fix signals code to use reliable signals (add SIGACTION).
* When do we need to add -lresolv for SunOS 4.1.x?
