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

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

Value

t

Documentation

Decides whether to show immortal/non-expiring news items in the ticker.

If t the echo area will not show immortal 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-immortal-items-in-echo-area
  t
  "Decides whether to show immortal/non-expiring news items in the ticker.
If t the echo area will not show immortal items.  See also
`newsticker-hide-old-items-in-echo-area'."
  :type 'boolean
  :set #'newsticker--set-customvar-ticker
  :group 'newsticker-ticker)