[gnus git] branch master updated: n0-17-291-ge49b49a =1= gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing duplicates" to a higher level. gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the most egregious messages.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e49b49ad79623e7ef7817b91644593b850a1e40c (commit)
from 761dcbd75addb3f0af80233ea718e2d587f4e617 (commit)
- Log -----------------------------------------------------------------
commit e49b49ad79623e7ef7817b91644593b850a1e40c
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Sep 11 22:42:16 2011 +0000
gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing duplicates" to a higher level.
gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the most egregious messages.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d84f9c3..b875073 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,6 +5,14 @@
* gnus-sum.el (gnus-fetch-headers): Bump message level.
+2011-09-11 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
+ duplicates" to a higher level.
+
+ * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
+ most egregious messages.
+
2011-09-10 Lars Magne Ingebrigtsen <[email protected]>
* gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
diff --git a/lisp/gnus-dup.el b/lisp/gnus-dup.el
index eaecc07..8db1905 100644
--- a/lisp/gnus-dup.el
+++ b/lisp/gnus-dup.el
@@ -131,7 +131,7 @@ seen in the same session."
"Mark duplicate articles as read."
(unless gnus-dup-list
(gnus-dup-open))
- (gnus-message 6 "Suppressing duplicates...")
+ (gnus-message 8 "Suppressing duplicates...")
(let ((auto (and gnus-newsgroup-auto-expire
(memq gnus-duplicate-mark gnus-auto-expirable-marks)))
number)
@@ -145,7 +145,7 @@ seen in the same session."
(push (cons number gnus-duplicate-mark) gnus-newsgroup-reads)
(push number gnus-newsgroup-expirable)
(push (cons number gnus-expirable-mark) gnus-newsgroup-reads)))))
- (gnus-message 6 "Suppressing duplicates...done"))
+ (gnus-message 8 "Suppressing duplicates...done"))
(defun gnus-dup-unsuppress-article (article)
"Stop suppression of ARTICLE."
diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el
index 3495361..e9d6ba4 100644
--- a/lisp/gnus-util.el
+++ b/lisp/gnus-util.el
@@ -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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 8 ++++++++
lisp/gnus-dup.el | 4 ++--
lisp/gnus-util.el | 3 ++-
3 files changed, 12 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project