
MAN PAGES
---------
* Update mh-tailor man page.

* generate mh-chart man page from other man pages

ENVIRONMENT/PROFILE
-------------------
* Maybe add profile entry "Pager" to change the default pager?

* Should nmh check for EDITOR or PAGER environment variable?

* Change slocal to use .slocalrc file, instead of .maildelivery?

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.

* 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.

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

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

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

MTA INTERFACE
-------------
* Fix locking code.  Add lockfile command.

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

* Remove code to do stand-alone delivery.

* Think about support for DSN (Delivery Status Notification)

* Test nmh with qmail.

* figure out why smail.c and client.c need their own copies of
  getcpy, copyip, etc... (funny linking problem)

GENERAL
-------
* Fix flist.

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

* change conditional includes in msh.c to use termios.h

* change libpath to etcpath.  Maybe should move libpath to sbr and
  add to libmh.

* collect winsize, struct termio, etc... together into a ttyinfo
  structure.

* change adios to take exit code argument.

* mark -debug if there is no current message.

* use wait3 if not waitpid (maybe)

* Fix signals code to use reliable signals (add SIGACTION).

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

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

* When do we need to add -lresolv for SunOS 4.1.x?

