(gnus-verbose): Lower default to 6 to get rid of the most egregious messages.
This commit is contained in:
parent
39d7fed67b
commit
389e85727b
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
|
||||
most egregious messages.
|
||||
|
||||
2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
|
||||
|
||||
* nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
|
||||
|
|
|
@ -471,12 +471,13 @@ Cache the result as a text property stored in DATE."
|
|||
(setq i (* 2 i)))
|
||||
i))
|
||||
|
||||
(defcustom gnus-verbose 7
|
||||
(defcustom gnus-verbose 6
|
||||
"*Integer that says how verbose Gnus should be.
|
||||
The higher the number, the more messages Gnus will flash to say what
|
||||
it's doing. At zero, Gnus will be totally mute; at five, Gnus will
|
||||
display most important messages; and at ten, Gnus will keep on
|
||||
jabbering all the time."
|
||||
:version "24.1"
|
||||
:group 'gnus-start
|
||||
:type 'integer)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue