head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2006.05.29.14.31.25; author jpeek; state Exp; branches; next 1.3; 1.3 date 2006.05.28.04.27.15; author jpeek; state Exp; branches; next 1.2; 1.2 date 2006.05.26.23.59.01; author jpeek; state Exp; branches; next 1.1; 1.1 date 2006.05.26.22.12.09; author jpeek; state Exp; branches; next ; desc @mh-e_68.html page from mh-e section of "MH & nmh: Email for Users & Programmers" @ 1.4 log @Removed 'html/' from end of http://mh-e.sourceforge.net/manual/html/ URLs @ text @
This section of MH & nmh: Email for Users & Programmers is now the MH-E Manual. It's moved to http://mh-e.sourceforge.net/manual/.
If you aren't taken to the new site in 15 seconds, please click on the link above.
You may also want to visit:
The initial directory for the mh-store-msg
command is held in
mh-store-default-directory
. Since I almost always run
mh-store-msg
on sources, I set it to my personal source directory
like this:
(setq mh-store-default-directory (expand-file-name "~/src/"))
Subsequent incarnations of mh-store-msg
offer the last directory
used as the default. By the way, mh-store-msg
calls the Emacs
Lisp function mh-store-buffer
. I mention this because you can use
it directly if you're editing a buffer that contains a file that has
been run through uuencode
or shar
. For example, you can
extract the contents of the current buffer in your home directory by
typing M-x mh-store-buffer RET ~ RET.
Go to the first, previous, next, last section, table of contents.