Variable: feedmail-is-a-resend
feedmail-is-a-resend is a variable defined in feedmail.el.gz.
Value
nil
Documentation
Non-nil means the message is a Resend (in the RFC-822-or-later sense).
This affects the composition of certain headers. feedmail sets this variable as soon as it starts prepping the message text buffer, so any user-supplied functions can rely on it. Users shouldn't set or change this variable, but may depend on its value as described here.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defvar feedmail-is-a-resend nil
"Non-nil means the message is a Resend (in the RFC-822-or-later sense).
This affects the composition of certain headers. feedmail sets this
variable as soon as it starts prepping the message text buffer, so any
user-supplied functions can rely on it. Users shouldn't set or change this
variable, but may depend on its value as described here.")