Variable: gnus-summary-tool-bar-zap-list
gnus-summary-tool-bar-zap-list is a customizable variable defined in
gnus-sum.el.gz.
Value
t
Documentation
List of icon items from the global tool bar.
These items are not displayed in the Gnus summary mode tool bar.
See gmm-tool-bar-from-list for the format of the list.
This variable was added, or its default value changed, in Emacs 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-tool-bar-zap-list t
"List of icon items from the global tool bar.
These items are not displayed in the Gnus summary mode tool bar.
See `gmm-tool-bar-from-list' for the format of the list."
:type 'gmm-tool-bar-zap-list
:version "23.1" ;; No Gnus
:initialize 'custom-initialize-default
:set 'gnus-summary-tool-bar-update
:group 'gnus-summary)