Variable: newsticker-obsolete-item-max-age

newsticker-obsolete-item-max-age is a customizable variable defined in newst-backend.el.gz.

Value

86400

Documentation

Maximal age of obsolete items, in seconds.

Obsolete items which are older than this value will be silently deleted at the next retrieval.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defcustom newsticker-obsolete-item-max-age
  (* 60 60 24)
  "Maximal age of obsolete items, in seconds.
Obsolete items which are older than this value will be silently
deleted at the next retrieval."
  :type 'integer
  :group 'newsticker-headline-processing)