Variable: message-reply-headers

message-reply-headers is a variable defined in message.el.gz.

Value

nil

Documentation

The headers of the current replied article.

It is a vector of the following headers:
[number subject from date id references chars lines xref extra].

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defvar message-reply-headers nil
  "The headers of the current replied article.
It is a vector of the following headers:
[number subject from date id references chars lines xref extra].")