• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/mh-e/

Lines Matching +defs:mail +defs:citation +defs:hook

1 ;;; mh-e.el --- GNU Emacs interface to the MH mail system
10 ;; Keywords: mail
31 ;; MH-E is an Emacs interface to the MH mail system.
38 ;; MH (Message Handler) is a powerful mail reader. See
46 ;; M-x mh-rmail to read mail. Type C-h m there for a list of commands.
48 ;; M-x mh-smail to send mail. From within the mail reader, "s" works, too.
68 ;; https://sourceforge.net/mail/?group_id=13357
201 User's mail folder directory.")
249 `mh-before-commands-processed-hook'.")
277 `mh-before-commands-processed-hook'.")
313 `mh-after-commands-processed-hook'.")
315 (defvar mh-mail-header-separator "--------"
319 should use `mail-header-separator' instead.
320 `mail-header-separator' is initialized to
321 `mh-mail-header-separator' in `mh-letter-mode'; in other
408 "Display version information about MH-E and the MH mail handling system."
993 ;; All hooks must be placed in the mh-hook group; in addition, add
994 ;; the group associated with the manual node in which the hook is
995 ;; described. Since the mh-hook group appears near the end of this
1026 "Emacs interface to the MH mail system.
1030 :group 'mail
1041 "Organizing your mail with folders."
1062 "Incorporating your mail."
1069 "Dealing with junk mail."
1103 (defgroup-mh mh-sending-mail nil
1104 "Sending mail."
1118 "Reading your mail."
1392 mail from various people for whom you have an alias, but file
1403 The prefix is used to prevent clutter in your mail directory.
1505 the recipient's mail user agent supports this header field (as nmh
1605 "*Program to incorporate new mail into a folder.
1627 retrieve mail from arbitrary spool files other than your system
1629 key bindings to incorporate this mail.
1632 you use \"procmail\" to filter this mail into \"~/mail/mh-e\" with
1635 MAILDIR=$HOME/mail
1637 * ^From mh-e-devel-admin@stop.mail-abuse.org
1640 In order to incorporate \"~/mail/mh-e\" into \"+mh-e\" with an
1642 on the \"INS\" button. Enter a \"Spool File\" of \"~/mail/mh-e\", a
1645 You can use \"xbuffy\" to automate the incorporation of this mail
1648 box ~/mail/mh-e
1715 "Disposition of junk mail."
1802 `mail-citation-hook'."
1829 This option is used to select between a variety of mail security
1839 If you keep a copy of all of your outgoing mail with a \"Fcc:\"
1840 header field, this setting is vital so that you can read the mail
1876 mail user agents, including MH-E, use the separator to present
1884 "*File containing face header field to insert in outgoing mail.
1943 If this option is set to one of the supercite flavors, the hook
1944 `mail-citation-hook' is ignored and `mh-ins-buf-prefix' is not
2083 ;;; Sending Mail (:group 'mh-sending-mail)
2098 :group 'mh-sending-mail
2110 :group 'mh-sending-mail
2116 :group 'mh-sending-mail
2126 :group 'mh-sending-mail
2136 :group 'mh-sending-mail
2148 :group 'mh-sending-mail
2164 :group 'mh-sending-mail
2175 :group 'mh-sending-mail
2265 Sometimes, a mail program will produce multiple alternatives of
2377 (defcustom-mh mh-highlight-citation-style 'gnus
2424 "Original-Lines:" ; mail to news
2425 "Original-NNTP-" ; mail to news
2426 "Original-Newsgroups:" ; mail to news
2427 "Original-Path:" ; mail to news
2428 "Original-Received:" ; mail to news
2429 "Original-To:" ; mail to news
2430 "Original-X-" ; mail to news
2481 "X-Evolution:" ; Evolution mail client
2699 Some older mail programs do not insert this needed plumbing to
2715 Some older mail programs do not insert this needed plumbing to
2826 image doesn't need to be transmitted with every single mail.
2936 ;;; Hooks (:group 'mh-hooks + group where hook described)
2938 (defcustom-mh mh-after-commands-processed-hook nil
2941 Variables that are useful in this hook include
2945 :type 'hook
2950 (defcustom-mh mh-alias-reloaded-hook nil
2952 :type 'hook
2957 (defcustom-mh mh-before-commands-processed-hook nil
2960 Variables that are useful in this hook include `mh-delete-list'
2963 :type 'hook
2968 (defcustom-mh mh-before-quit-hook nil
2971 This hook is called before the quit occurs, so you might use it
2975 See also `mh-quit-hook'."
2976 :type 'hook
2981 (defcustom-mh mh-before-send-letter-hook nil
2986 :type 'hook
2992 (defcustom-mh mh-delete-msg-hook nil
2996 kept statistics on his mail usage."
2997 :type 'hook
3002 (defcustom-mh mh-find-path-hook nil
3005 This hook can be used the change the value of the variables that
3008 :type 'hook
3013 (defcustom-mh mh-folder-mode-hook nil
3015 :type 'hook
3020 (defcustom-mh mh-forward-hook nil
3022 :type 'hook
3024 :group 'mh-sending-mail
3027 (defcustom-mh mh-inc-folder-hook nil
3028 "Hook run by \\<mh-folder-mode-map>\\[mh-inc-folder] after incorporating mail into a folder."
3029 :type 'hook
3034 (defcustom-mh mh-insert-signature-hook nil
3040 :type 'hook
3046 "Abnormal hook run at the beginning of \\<mh-folder-mode-map>\\[mh-kill-folder].
3048 The hook functions are called with no arguments and should return
3055 WARNING: Use this hook with care. If there is a bug in your hook
3058 :type 'hook
3063 (defcustom-mh mh-letter-mode-hook nil
3066 This hook allows you to do some processing before editing a
3071 :type 'hook
3073 :group 'mh-sending-mail
3076 (defcustom-mh mh-mh-to-mime-hook nil
3078 :type 'hook
3083 (defcustom-mh mh-search-mode-hook nil
3088 This can be done with this hook which is called when
3090 :type 'hook
3095 (defcustom-mh mh-quit-hook nil
3098 This hook is not run in an MH-E context, so you might use it to
3101 See also `mh-before-quit-hook'."
3102 :type 'hook
3107 (defcustom-mh mh-refile-msg-hook nil
3109 :type 'hook
3114 (defcustom-mh mh-show-hook nil
3119 `mh-show-mode-hook' is too early. See `mh-show-mode-hook'."
3120 :type 'hook
3125 (defcustom-mh mh-show-mode-hook nil
3128 This hook is called early on in the process of the message
3130 message's content. See `mh-show-hook'."
3131 :type 'hook
3136 (defcustom-mh mh-unseen-updated-hook nil
3139 The variable `mh-seen-list' can be used by this hook to obtain
3142 :type 'hook