Variable: newsticker-download-logos

newsticker-download-logos is a customizable variable defined in newst-reader.el.gz.

Value

t

Documentation

If non-nil newsticker downloads logo images of subscribed feeds.

This variable was added, or its default value changed, in Emacs 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-reader.el.gz
;; image related things
(defcustom newsticker-download-logos
  t
  "If non-nil newsticker downloads logo images of subscribed feeds."
  :version "25.1"
  :type 'boolean
  :group 'newsticker-reader)