exmh.README.html

Contents


Version

Last modified: Wed Nov 7 00:15:17 EST 2018
exmh version: 2.9.0
"Brent Welch" <welch@acm.org>

exmh is a TCL/TK based interface to the MH mail system.

Version 2.8 requires Tcl/Tk 8.3 or higher. exmh is known to work with nmh versions 1.3 and higher, which is available at http://www.nongnu.org/nmh

Experienced EXMH installers should check FLASHES below and the exmh.CHANGES file.


New EXMH installers

Please read through all of this, thanks, especially the part at the end about the TK send command. See also the on-line FAQ file under the Help... menu.

The exmh documentation is now all in HTML and viewable from within exmh.

Please encourage your exmh users to REGISTER via the Register menu entry under the Help... menu. This lets me track exmh usage and get user feedback. I won't abuse this registration - there is no obligation associated with registration, but I would like all exmh users to do it.

All registration does is send me a mail message. You get to add your comments, pro and con, about exmh. I've learned a lot from the 2000+ registrations I have received so far. Thanks!


Other software you'll need

EXMH lives "high in the food chain". You'll need some additional software. Please review the necessary and optional packages for exmh.

Known Bugs

See the exmh.BUGS and exmh.TODO files in the distribution, or the Exmh SourceForge site.

Exmh Wiki

See the exmh wiki for a web site you can use to share tips and tricks with other users.

Frequently Asked Questions

See the exmh-faq.html for answers to some frequently asked questions. This information is now available via the FAQ button in exmh.

Flashes

Multidrop+Inc style inc has been added. Set up your .xmhcheck file to use the MyIncTmp folder. Any messages in that folder get sorted by slocal.

The man page has been chopped into 4 documents:
exmh.l - a tutorial
exmh-use.l - a more comprehensive user guide
exmh-custom.l - a guide to exmh customization
exmh-ref.l - a terse description of all buttons and menu entries.


Performance Hints

Grab the Tcl/Tk 8.0 releases for a nice performance boost!

Squeeze the last drop out of message display by disabling the separator bars in message display. (Show Graphic Part Separator under MIME)

Really large folders make exmh run slowly. Take this as a hint to reorganize things into sub-folders if you have more than 500 or so messages in a folder.

Bound the unseen folder search by defining the .mh_profile

	Folder-Unseen: pattern pattern pattern
entry to name the folders to search under. The default is *, so all folders are searched.

Reverse Video

It takes just a few resource settings in your ~/.exmh/exmh-defaults-mono file to get reverse video on a black and white display:
! For widgets
*Background: black
*Foreground: white
! For highlights
*c_background: black
*c_foreground: whi