Documentation
Commentary
MH-E is an Emacs interface to the MH mail system. To learn about MH-E, read The MH-E Manual at info node '(mh-e)'. MH-E is compatible with MH versions 6.8.4 and higher, all versions of nmh, and GNU mailutils 1.0 and higher. MH (Message Handler) is a powerful mail reader. See https://rand-mh.sourceforge.io/. N.B. MH must have been compiled with the MHE compiler flag or several features necessary for MH-E will be missing from MH commands, specifically the -build switch to repl and forw. How to use: M-x mh-rmail to read mail. Type C-h m there for a list of commands. C-u M-x mh-rmail to visit any folder. M-x mh-smail to send mail. From within the mail reader, "s" works, too. Your .emacs might benefit from these bindings: (keymap-global-set "C-c r" #'mh-rmail) (keymap-global-set "C-x m" #'mh-smail) (keymap-global-set "C-x 4 m" #'mh-smail-other-window) Mailing Lists: mh-e-users@lists.sourceforge.net mh-e-announce@lists.sourceforge.net mh-e-devel@lists.sourceforge.net Subscribe by sending a "subscribe" message to <list>-request@lists.sourceforge.net, or by using the web interface at https://sourceforge.net/mail/?group_id=13357 Bug Reports: https://sourceforge.net/tracker/?group_id=13357&atid=113357 Include the output of M-x mh-version in the bug report unless you're 110% sure we won't ask for it. Feature Requests: https://sourceforge.net/tracker/?group_id=13357&atid=363357 Support: https://sourceforge.net/tracker/?group_id=13357&atid=213357
Requires