mh-e

(1)

Note that mh-e is supported with MH 6 and either GNU Emacs 18 or GNU Emacs 19. Reportedly, large parts of it work with MH 5 and also with Lucid/XEmacs and Epoch, but there are no guarantees. It is also distributed with Lucid/XEmacs, as well as with MH itself.

(2)

The keys mentioned in these chapters refer to the default key bindings. If you've changed the bindings, refer to the command summaries at the beginning of each major section in section Using mh-e, for a mapping between default key bindings and function names.

(3)

This is emphasized because pressing ESC twice or holding it down a second too long so that it repeats gives you an error message.

(4)

You wouldn't ordinarily do this.

(5)

A mode changes Emacs to make it easier to edit a particular type of text.

(6)

If you're running Emacs under the X Window System, then you would also see a menubar. I've left out the menubar in all of the example screens.

(7)

If you want to see your old mail as well, use M-r to pull all your messages into mh-e. Or, give a prefix argument to mh-rmail so it will prompt you for folder to visit like M-f (for example, C-u M-x mh-rmail RET bob RET). Both M-r and M-f are described in section Organizing Your Mail with Folders.

(8)

You can call them directly from Emacs if you're running the X Window System: type M-! xterm -e mhn message-number. You can leave out the xterm -e if you use mhn -list or mhn -store.

(9)

For you Emacs wizards, this is implemented as an Emacs minor mode.

(10)

I highly recommend that you use a draft folder so that you can edit several drafts in parallel. To do so, create a folder (e.g., `+drafts'), and add a profile component called `Draft-Folder:' which contains `+drafts' (see mh-profile(5)).

(11)

If you'd rather have the header cleaned up, use C-u r instead of r when replying (see section Replying to Mail).

(12)

This RFC (Request For Comments) is available via the URL
`ftp://ds.internic.net/rfc/rfc1521.txt'.

(13)

The GNU Emacs Lisp Reference Manual may be available online in the Info system by typing C-h i m Emacs Lisp RET. If not, you can order a printed manual, which has the desirable side-effect of helping to support the Free Software Foundation which made all this great software available. You can find an order form by running C-h C-d, or you can request an order form from gnu@prep.ai.mit.edu.

(14)

Stephen Gildea's favorite binding is (global-set-key "\C-cr" 'mh-rmail).

(15)

To see which options your copy of MH was compiled with, use M-x mh-version (section Miscellaneous Commands).

(16)

Supercite is an example of a full-bodied, full-featured citation package. It is in Emacs versions 19.15 and later, and its URL is
`ftp://archive.cis.ohio-state.edu/pub/gnu/emacs/elisp-archive/packages/sc3.1.tar.Z'

(17)

After reading this article, I questioned Brian about his version of MHE, and received some great ideas for improving mh-e such as a dired-like method of selecting folders; and removing the prompting when sending mail, filling in the blanks in the draft buffer instead. I passed them on to Stephen Gildea, the current maintainer, and he was excited about the ideas as well. Perhaps one day, mh-e will again resemble MHE, although none of these ideas are manifest in Version 5.0.