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

Lines Matching defs:header

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
352 (defvar mh-letter-header-field-regexp "^\\([A-Za-z][A-Za-z0-9-]*\\):")
384 "*String containing the contents of the X-Mailer header field.
1428 You can specify an alternate \"From:\" header field using the \"From
1434 arbitrary header field and value in the \"Other Field\" menu item.
1435 Unless the header field is a standard one, precede the name of your
1490 "List of recipients for which header lines are automatically inserted.
1501 item is used to select a folder that is used in the \"Fcc:\" header.
1504 \"Mail-Followup-To:\" header field with the recipients you provide. If
1505 the recipient's mail user agent supports this header field (as nmh
1511 to your reply. Other header fields may be added using the \"Other
1515 header contains one or more recipients, run the
1523 You should avoid using the same header field in `mh-auto-fields-list'
1753 (defcustom-mh mh-compose-skipped-header-fields
1756 "List of header fields to skip over when navigating in draft."
1762 "*Non-nil means \\<mh-letter-mode-map>\\[mh-letter-complete-or-space] does completion in message header."
1840 header field, this setting is vital so that you can read the mail
1884 "*File containing face header field to insert in outgoing mail.
1887 or \"X-Image-URL:\" then the contents are added to the message header
1889 the \"X-Face:\" header field.
1891 The \"X-Face:\" header field, which is a low-resolution, black and
1895 of images into \"X-Face:\" header fields (see URL
1899 resolution, color, \"Face:\" header field (see URL
1905 To prevent the setting of any of these header fields, either set
1915 To include the entire message, including the entire header, use
1917 the header. To yank only the portion of the message following the
1920 Choose \"Invoke supercite\" to pass the entire message and header
1924 message minus the header is yanked and a simple attribution line
2107 three arguments: the contents of the TO, SUBJECT, and CC header
2114 "*Non-nil means prompt for header fields when composing a new draft."
2130 "*Non-nil means append an \"X-Mailer:\" header field to the header.
2132 This header field includes the version of MH-E and Emacs that you
2235 (defcustom-mh mh-clean-message-header-flag t
2236 "*Non-nil means remove extraneous header fields.
2238 See also `mh-invisible-header-fields-default' and
2239 `mh-invisible-header-fields'."
2310 "*Control fetching of \"X-Image-URL:\" header field image.
2312 Ths option controls the fetching of the \"X-Image-URL:\" header
2394 (defvar mh-invisible-header-fields-internal
2407 "Face:" ; Gnus Face header
2529 "X-Notes-Item:" ; Lotus Notes Domino structured header
2585 "List of default header fields that are not to be shown.
2589 `mh-invisible-header-fields-default' and add entries to hide in
2590 `mh-invisible-header-fields'.")
2599 (defvar mh-delay-invisible-header-generation-flag t
2600 "Non-nil means to delay the generation of invisible header fields.
2602 `mh-invisible-header-fields' and `mh-invisible-header-fields', it
2605 (defcustom-mh mh-invisible-header-fields nil
2606 "*Additional header fields to hide.
2609 `mh-invisible-header-fields-default' can be added to this option
2613 start with the same prefix. If you think a header field should be
2617 See also `mh-clean-message-header-flag'."
2626 (defcustom-mh mh-invisible-header-fields-default nil
2627 "*List of hidden header fields.
2629 The header fields listed in this option are hidden, although you
2633 be added to the option `mh-invisible-header-fields'.
2635 See also `mh-clean-message-header-flag'."
2637 mh-invisible-header-fields-internal))
2644 (defvar mh-invisible-header-fields-compiled nil
2645 "*Regexp matching lines in a message header that are not to be shown.
2647 `mh-invisible-header-fields-default' checking for fields normally
2649 `mh-invisible-header-fields'.")
2652 "Make or remake the variable `mh-invisible-header-fields-compiled'.
2653 Done using `mh-invisible-header-fields-internal' as input, from
2654 which entries from `mh-invisible-header-fields-default' are
2655 removed and entries from `mh-invisible-header-fields' are added."
2656 (let ((fields mh-invisible-header-fields-internal))
2657 (when mh-invisible-header-fields-default
2658 ;; Remove entries from `mh-invisible-header-fields-default'
2661 unless (member x mh-invisible-header-fields-default)
2663 (when (and (boundp 'mh-invisible-header-fields)
2664 mh-invisible-header-fields)
2665 (dolist (x mh-invisible-header-fields)
2668 (setq mh-invisible-header-fields-compiled
2674 (setq mh-invisible-header-fields-compiled nil))))
2676 ;; Compile invisible header fields.
2687 nice header and adds a bit of margin so the text fits within my
2742 \"overflowoffset\" to allow MH-E to parse the header. Note that
2798 \"X-Image-URL:\" header fields. If any of these fields occur in the
2799 header of your message, the sender's face will appear in the \"From:\"
2800 header field. If more than one of these fields appear, then the first
2808 The first header field used, if present, is the Gnus-specific
2812 \"X-Face:\" header field. The display of this field requires the
2820 header field if neither the \"Face:\" nor the \"X-Face:\" fields are
2824 suite (see URL `http://www.imagemagick.org/'). Of the three header
2829 \"X-Image-URL:\" header field image."
3067 letter. For example, you may wish to modify the header after
3218 (mh-letter-header-field
3265 (mh-show-header
3455 (defface-mh mh-letter-header-field (mh-face-data 'mh-letter-header-field)
3456 "Editable header field value face in draft buffers."
3468 "Face used to highlight \"cc:\" header fields."
3474 "Face used to highlight \"Date:\" header fields."
3480 "Face used to highlight \"From:\" header fields."
3485 (defface-mh mh-show-header (mh-face-data 'mh-show-header)
3486 "Face used to deemphasize less interesting header fields."
3517 "Face used to highlight \"Subject:\" header fields."
3523 "Face used to highlight \"To:\" header fields."