Variable: newsticker-treeview-automatically-mark-displayed-items-as-old

newsticker-treeview-automatically-mark-displayed-items-as-old is a customizable variable defined in newst-treeview.el.gz.

Value

t

Documentation

Decides whether to automatically mark displayed items as old.

If t an item is marked as old as soon as it is displayed. This applies to newsticker only.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-treeview.el.gz
(defcustom newsticker-treeview-automatically-mark-displayed-items-as-old
  t
  "Decides whether to automatically mark displayed items as old.
If t an item is marked as old as soon as it is displayed.  This
applies to newsticker only."
  :type 'boolean)