[gnus git] branch master updated: n0-17-223-g36dbb52 =1= nndraft.el (nndraft-update-unread-articles): Don't send delayed articles.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 36dbb5212cc422e6a2f96a41cbc9a46881aa3636 (commit)
from 019b497767e97fcca145e4c981923d4825d4916b (commit)
- Log -----------------------------------------------------------------
commit 36dbb5212cc422e6a2f96a41cbc9a46881aa3636
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Aug 17 00:10:15 2011 +0000
nndraft.el (nndraft-update-unread-articles): Don't send delayed articles.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a56b5ee..087a2de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-17 Katsumi Yamaoka <[email protected]>
+
+ * nndraft.el (nndraft-update-unread-articles): Don't send delayed
+ articles.
+
2011-08-13 Andreas Schwab <[email protected]>
* gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
diff --git a/lisp/nndraft.el b/lisp/nndraft.el
index f528222..0b47062 100644
--- a/lisp/nndraft.el
+++ b/lisp/nndraft.el
@@ -177,6 +177,8 @@ are generated if and only if they are also in `message-draft-headers'.")
(list 'nndraft "")))
(nnmail-get-active)))
(gnus-group-marked (copy-sequence groups))
+ ;; Don't send delayed articles.
+ (gnus-get-new-news-hook nil)
(inhibit-read-only t))
(gnus-group-get-new-news-this-group nil t)
(dolist (group groups)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/nndraft.el | 2 ++
2 files changed, 7 insertions(+), 0 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