summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2011-08-17 00:10:46 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2011-08-17 00:10:46 +0000
commit39397fad3a3379cfc018db517503b709eb026b5e (patch)
treedcedffea1441cec4227b822d7a4f9a0a0ef8ab78
parent7c643369dd55f5319da9b74b39f9d7a412c28330 (diff)
downloademacs-39397fad3a3379cfc018db517503b709eb026b5e.tar.gz
nndraft.el (nndraft-update-unread-articles): Don't send delayed articles.
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/nndraft.el2
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 660bc8966e7..04ba929e392 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * nndraft.el (nndraft-update-unread-articles): Don't send delayed
+ articles.
+
2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
* gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
diff --git a/lisp/gnus/nndraft.el b/lisp/gnus/nndraft.el
index f528222dd16..0b47062a919 100644
--- a/lisp/gnus/nndraft.el
+++ b/lisp/gnus/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)