Variable: newsticker-show-descriptions-of-new-items

newsticker-show-descriptions-of-new-items is a customizable variable defined in newst-plainview.el.gz.

Value

t

Documentation

Whether to automatically show descriptions of new items in *newsticker*.

If set to t old items will be folded and new items will be unfolded. Otherwise old as well as new items will be folded.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-plainview.el.gz
(defcustom newsticker-show-descriptions-of-new-items
  t
  "Whether to automatically show descriptions of new items in *newsticker*.
If set to t old items will be folded and new items will be
unfolded.  Otherwise old as well as new items will be folded."
  :type 'boolean
  :set #'newsticker--set-customvar-buffer
  :group 'newsticker-plainview)