Variable: gnus-alter-header-function

gnus-alter-header-function is a customizable variable defined in gnus-sum.el.gz.

Value

nil

Documentation

Function called to allow alteration of article header structures.

The function is called with one parameter, the article header vector, which it may alter in any way.

Probably introduced at or before Emacs version 20.4.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-alter-header-function nil
  "Function called to allow alteration of article header structures.
The function is called with one parameter, the article header vector,
which it may alter in any way."
  :type '(choice (const :tag "None" nil)
		 function)
  :group 'gnus-summary)