Variable: gnus-article-update-date-headers

gnus-article-update-date-headers is a customizable variable defined in gnus-art.el.gz.

Value

nil

Documentation

A number that says how often to update the date header (in seconds).

If nil, don't update it at all.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-article-update-date-headers nil
  "A number that says how often to update the date header (in seconds).
If nil, don't update it at all."
  :version "24.1"
  :group 'gnus-article-headers
  :type '(choice
	  (item :tag "Don't update" :value nil)
	  integer))