(gnus-verbose): Lower default to 6 to get rid of the most egregious messages.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 16:12:42 +0000 (18:12 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 16:12:42 +0000 (18:12 +0200)
lisp/gnus/ChangeLog
lisp/gnus/gnus-util.el

index 89a8354..e3e1411 100644 (file)
@@ -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
index 3495361..e9d6ba4 100644 (file)
@@ -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)