Variable: gnus-treat-buttonize
gnus-treat-buttonize is a customizable variable defined in
gnus-art.el.gz.
Value
(and 100000 (typep "text/plain"))
Documentation
Add buttons.
Valid values are nil, t, head, first, last, an integer or a
predicate. See Info node (gnus)Customizing Articles.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-treat-buttonize '(and 100000 (typep "text/plain"))
"Add buttons.
Valid values are nil, t, `head', `first', `last', an integer or a
predicate. See Info node `(gnus)Customizing Articles'."
:group 'gnus-article-treat
:link '(custom-manual "(gnus)Customizing Articles")
:type gnus-article-treat-custom)