Variable: sc-nuke-mail-header-list

sc-nuke-mail-header-list is a customizable variable defined in supercite.el.gz.

Value

nil

Documentation

List of mail header regexps to remove or keep in body of reply.

This list contains regular expressions describing the mail headers to keep or nuke, depending on the value of sc-nuke-mail-headers.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-nuke-mail-header-list nil
  "List of mail header regexps to remove or keep in body of reply.
This list contains regular expressions describing the mail headers to
keep or nuke, depending on the value of `sc-nuke-mail-headers'."
  :type '(repeat regexp)
  :group 'supercite)