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.
Probably introduced at or before Emacs version 31.1.
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)