Variable: newsticker-automatically-mark-visited-items-as-old
newsticker-automatically-mark-visited-items-as-old is a customizable
variable defined in newst-backend.el.gz.
Value
t
Documentation
Decides whether to automatically mark visited items as old.
If t an item is marked as old as soon as the associated link is visited, i.e. after pressing RET or mouse2 on the item's headline.
Source Code
;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defcustom newsticker-automatically-mark-visited-items-as-old
t
"Decides whether to automatically mark visited items as old.
If t an item is marked as old as soon as the associated link is
visited, i.e. after pressing RET or mouse2 on the item's
headline."
:type 'boolean
:group 'newsticker-headline-processing)