• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/mh-e/

Lines Matching +defs:delete +defs:selection +defs:mode

110  'emacs-lisp-mode
205 (defvar mh-folder-mode-map (make-keymap)
206 "Keymap for MH-Folder mode.")
217 (defvar mh-letter-mode-map (copy-keymap text-mode-map)
218 "Keymap for MH-Letter mode.")
223 (defvar mh-search-mode-map (make-sparse-keymap)
224 "Keymap for MH-Search mode.")
226 (defvar mh-show-mode-map (make-sparse-keymap)
227 "Keymap MH-Show mode.")
246 (defvar mh-delete-list nil
247 "List of message numbers to delete.
265 (defvar mh-mode-line-annotation nil
292 (defvar mh-showing-mode nil
321 `mh-mail-header-separator' in `mh-letter-mode'; in other
1005 (defun mh-customize (&optional delete-other-windows-flag)
1011 (when delete-other-windows-flag
1012 (delete-other-windows)))
1047 (defgroup-mh mh-folder-selection nil
1048 "Folder selection."
1344 "*Additional arguments for \"sortm\"\\<mh-folder-mode-map>.
1355 ;;; Folder Selection (:group 'mh-folder-selection)
1366 :group 'mh-folder-selection
1384 :group 'mh-folder-selection
1398 :group 'mh-folder-selection
1408 :group 'mh-folder-selection
1558 "Default identity to use when `mh-letter-mode' is called.
1762 "*Non-nil means \\<mh-letter-mode-map>\\[mh-letter-complete-or-space] does completion in message header."
1767 (defcustom-mh mh-delete-yanked-msg-window-flag nil
1768 "*Non-nil means delete any window displaying the message.
1771 yanking it with \\<mh-letter-mode-map>\\[mh-yank-cur-msg] to make
1778 "*Verb to use for attribution when a message is yanked by \\<mh-letter-mode-map>\\[mh-yank-cur-msg].
1811 \\<mh-letter-mode-map>\\[mh-letter-complete] runs this function,
1818 "*Fill column to use in MH Letter mode.
1866 \\<mh-letter-mode-map>\\[mh-insert-signature] or with the option
1913 "*Controls which part of a message is yanked by \\<mh-letter-mode-map>\\[mh-yank-cur-msg].
1936 the option `mh-delete-yanked-msg-window-flag' as well so that the
2208 "*Non-nil means flush MH sequences to disk after message is shown\\<mh-folder-mode-map>.
2228 delete the show buffer more easily in an electric buffer list
2245 "*Non-nil means attachments are handled\\<mh-folder-mode-map>.
2275 "*Non-nil means display buttons for all inline attachments\\<mh-folder-mode-map>.
2680 "*Command used to print\\<mh-folder-mode-map>.
2753 "Default directory to use for \\<mh-folder-mode-map>\\[mh-mime-save-parts].
2769 "*Non-nil means messages should be printed in the background\\<mh-folder-mode-map>.
2775 WARNING: If you do this, do not delete the message until it is printed
2835 "*Default directory for \\<mh-folder-mode-map>\\[mh-store-msg].
2847 "*Number of lines in MH-Folder buffer (including the mode line).
2871 "*Non-nil means new folders start in threaded mode.
2939 "Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] after performing outstanding refile and delete requests.
2958 "Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] before performing outstanding refile and delete requests.
2960 Variables that are useful in this hook include `mh-delete-list'
2969 "Hook run by \\<mh-folder-mode-map>\\[mh-quit] before quitting MH-E.
2982 "Hook run at the beginning of the \\<mh-letter-mode-map>\\[mh-send-letter] command.
2992 (defcustom-mh mh-delete-msg-hook nil
2993 "Hook run by \\<mh-letter-mode-map>\\[mh-delete-msg] after marking each message for deletion.
3013 (defcustom-mh mh-folder-mode-hook nil
3014 "Hook run by `mh-folder-mode' when visiting a new folder."
3028 "Hook run by \\<mh-folder-mode-map>\\[mh-inc-folder] after incorporating mail into a folder."
3035 "Hook run by \\<mh-letter-mode-map>\\[mh-insert-signature] after signature has been inserted.
3046 "Abnormal hook run at the beginning of \\<mh-folder-mode-map>\\[mh-kill-folder].
3063 (defcustom-mh mh-letter-mode-hook nil
3064 "Hook run by `mh-letter-mode' on a new letter.
3077 "Hook run on the formatted letter by \\<mh-letter-mode-map>\\[mh-mh-to-mime]."
3083 (defcustom-mh mh-search-mode-hook nil
3084 "Hook run upon entry to `mh-search-mode'\\<mh-folder-mode-map>.
3096 "Hook run by \\<mh-folder-mode-map>\\[mh-quit] after quitting MH-E.
3108 "Hook run by \\<mh-folder-mode-map>\\[mh-refile-msg] after marking each message for refiling."
3115 "Hook run after \\<mh-folder-mode-map>\\[mh-show] shows a message.
3119 `mh-show-mode-hook' is too early. See `mh-show-mode-hook'."
3125 (defcustom-mh mh-show-mode-hook nil
3126 "Hook run upon entry to `mh-show-mode'.
3345 ;; Remove entries with min-colors, or delete them if we have
3568 ;; indent-tabs-mode: nil