Variable: newsticker-hide-obsolete-items-in-echo-area

newsticker-hide-obsolete-items-in-echo-area is a customizable variable defined in newst-ticker.el.gz.

Value

t

Documentation

Decides whether to show obsolete items in the ticker.

If t the echo area will not show obsolete items. See also newsticker-hide-old-items-in-echo-area.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-ticker.el.gz
(defcustom newsticker-hide-obsolete-items-in-echo-area
  t
  "Decides whether to show obsolete items in the ticker.
If t the echo area will not show obsolete items.  See also
`newsticker-hide-old-items-in-echo-area'."
  :type 'boolean
  :set #'newsticker--set-customvar-ticker
  :group 'newsticker-ticker)