Variable: gmm-verbose

gmm-verbose is a customizable variable defined in gmm-utils.el.gz.

Value

7

Documentation

Integer that says how verbose gmm should be.

The higher the number, the more messages will flash to say what it did. At zero, it will be totally mute; at five, it will display most important messages; and at ten, it will keep on jabbering all the time.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gmm-utils.el.gz
;; Helper functions from `gnus-utils.el': gmm-verbose, gmm-message, gmm-error

(defcustom gmm-verbose 7
  "Integer that says how verbose gmm should be.
The higher the number, the more messages will flash to say what
it did.  At zero, it will be totally mute; at five, it will
display most important messages; and at ten, it will keep on
jabbering all the time."
  :type 'integer)