File: mh-letter.el.html
Mode for composing and sending a draft message.
Functions that would ordinarily be in here that are needed by mh-show.el should be placed in the Message Utilities section in mh-utils.el. That will help prevent the loading of this file until a message is actually composed.
Defined variables (8)
mh-letter-complete-function-alist | Alist of header fields and completion functions to use. |
mh-letter-font-lock-keywords | Additional expressions to highlight in MH-Letter buffers. |
mh-letter-menu | Menu for MH-E letter mode. |
mh-letter-mode-abbrev-table | Abbrev table for ‘mh-letter-mode’. |
mh-letter-mode-help-messages | Key binding cheat sheet. |
mh-letter-mode-hook | Hook run by ‘mh-letter-mode’ on a new letter. |
mh-letter-mode-map | Keymap for MH-Letter mode. |
mh-to-field-choices | Alist of (final-character . field-name) choices for ‘mh-to-field’. |
Defined functions (29)
mh-auto-fill-for-letter | () |
mh-check-whom | () |
mh-complete-word | (WORD CHOICES BEGIN END) |
mh-current-fill-prefix | () |
mh-extract-from-attribution | () |
mh-file-is-vcard-p | (FILE) |
mh-filter-out-non-text | (STRING) |
mh-folder-expand-at-point | () |
mh-font-lock-field-data | (LIMIT) |
mh-insert-letter | (FOLDER MESSAGE VERBATIM) |
mh-insert-prefix-string | (MH-INS-STRING) |
mh-insert-signature | (&optional FILE) |
mh-letter-complete | () |
mh-letter-complete-or-space | (ARG) |
mh-letter-completion-at-point | () |
mh-letter-confirm-address | () |
mh-letter-header-end | () |
mh-letter-header-field-at-point | () |
mh-letter-menu | (ARG1) |
mh-letter-mode | () |
mh-letter-next-header-field | () |
mh-letter-next-header-field-or-indent | (ARG) |
mh-letter-previous-header-field | () |
mh-letter-toggle-header-field-display-button | (EVENT) |
mh-open-line | () |
mh-position-on-field | (FIELD &optional IGNORED) |
mh-to-fcc | (&optional FOLDER) |
mh-to-field | () |
mh-yank-cur-msg | () |