Variable: newsticker-hide-old-items-in-newsticker-buffer

newsticker-hide-old-items-in-newsticker-buffer is a customizable variable defined in newst-plainview.el.gz.

Value

nil

Documentation

Decides whether to automatically hide old items in the *newsticker* buffer.

If set to t old items will be completely folded and only new items will show up in the *newsticker* buffer. Otherwise old as well as new items will be visible.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-plainview.el.gz
(defcustom newsticker-hide-old-items-in-newsticker-buffer
  nil
  "Decides whether to automatically hide old items in the *newsticker* buffer.
If set to t old items will be completely folded and only new
items will show up in the *newsticker* buffer.  Otherwise old as
well as new items will be visible."
  :type 'boolean
  :set #'newsticker--set-customvar-buffer
  :group 'newsticker-plainview)