Variable: message-tool-bar-zap-list
message-tool-bar-zap-list is a customizable variable defined in
message.el.gz.
Value
(new-file open-file dired kill-buffer write-file print-buffer customize help)
Documentation
List of icon items from the global tool bar.
These items are not displayed on the message 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/message.el.gz
(defcustom message-tool-bar-zap-list
'(new-file open-file dired kill-buffer write-file
print-buffer customize help)
"List of icon items from the global tool bar.
These items are not displayed on the message 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 #'message-tool-bar-update
:group 'message)