]> git.eshelyaron.com Git - emacs.git/commitdiff
nndraft.el (nndraft-update-unread-articles): Don't send delayed articles.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 17 Aug 2011 00:10:46 +0000 (00:10 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 17 Aug 2011 00:10:46 +0000 (00:10 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nndraft.el

index 660bc8966e77e0e292291e07f8e5122c71f83973..04ba929e392d1a4a60f72e2ff9171466761523c3 100644 (file)
@@ -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
index f528222dd1662e7c8201b937e09706714d78def2..0b47062a919384fa4998042d07ffa8d836f9011e 100644 (file)
@@ -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)