This has both small things and large things.

- = needs done
* = was done hopefully




tkmr:

- scrolling list box of messages
* escape $ [ " in subject
* automatically bring headers up if a filename is specified on cmdline
* after searching should sort by hits
* window start out full width and buttons at the left.
* why won't it load mboxbig?
	* [ and " and $ needed to be escaped in headers
* convert " to \" when sending headers to wish.
- catch and display all error messages
* multiple file stuff
	* include menu of all files
	not real great yet
- print?
- append to a file?
* handle custom header format
* globbing (use tcl glob)
* choose case sensitive/insensitive
- disable buttons: display, headers, sort, search when no file loaded.
* load new should update files menu
* help screen
* prev/next buttons in article window
- better Makefile
- optionalize debugging output ("mr got ..." etc)
- case-insensitive search string highlight
- sort in reverse order
- more tcl-ification. Can we get rid of tkmr.c altogether?
	perhaps not, have to escape special characters.

mr:

* convert all to std date. 
	* fix up getdate.y to recognize +nnn -nnn as timezones
* single msg in file reports "no file" sometimes!?
* don't attempt to load directories
* allow nonzero hits in general header case
* check sequence numbers when you add a new file!
	first msg of additional mail file is set to 0.
* filter out some headers when print
	- no selection of non-brief headers though
* multiple files
* load new file / unload old
	* keep array of buffers to free
	* and array of filenames, with index into them which can be printed
- correct searching? maybe substring is ok
	* definitely need case insensitive
* new header list: only those headers with nonzero hits
* remove " to ' conversion for addresses
* handle no subject
* custom header format
- remove/reload single mail file
- better Makefile
- sort in reverse order
- use platform dependent regexp if available, optionally -- it
	might be faster. Don't want to introduce too much 
	weird stuff though. 
