Variable: gnus-summary-newsgroup-prefix

gnus-summary-newsgroup-prefix is a customizable variable defined in gnus-sum.el.gz.

Value

"=> "

Documentation

String prefixed to the Newsgroup field in the summary line when using the option gnus-ignored-from-addresses(var)/gnus-ignored-from-addresses(fun).

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-newsgroup-prefix "=> "
  "String prefixed to the Newsgroup field in the summary
line when using the option `gnus-ignored-from-addresses'."
  :version "22.1"
  :group 'gnus-summary
  :type 'string)