Next: Editing Drafts, Previous: Folders, Up: Top
You can send a mail message in several ways. You can call M-x mh-smail directly, or from the command line like this:
$ emacs -f mh-smail
There are some commands that need to send a mail message, such as
goto-address-at-point
. You can configure Emacs to have these
commands use MH-E by setting the option mail-user-agent
to
`Emacs interface to MH'.
From within MH-E's MH-Folder mode, other methods of sending mail are available as well. These can also be found in the `Message' menu.
mh-edit-again
).
mh-extract-rejected-mail
).
mh-forward
).
mh-reply
).
mh-send
).
mh-redistribute
).
In addition, several options from the `mh-sending-mail' customization group are useful when sending mail or replying to mail. They are summarized in the following table.
mh-compose-forward-as-mime-flag
mh-compose-letter-function
nil
).
mh-compose-prompt-flag
mh-forward-subject-format
"%s:
%s"
).
mh-insert-x-mailer-flag
mh-redist-full-contents-flag
mh-reply-default-reply-to
mh-reply-show-message-flag
mh-reply
) (default: `on').
The following hooks are available.
mh-forward-hook
mh-forward
on a forwarded letter (default:
nil
).
mh-letter-mode-hook
mh-letter-mode
on a new letter (default:
nil
).
The functions and options introduced here are explained in more detail in the following sections.