diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/nndraft.el | 2 |
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 @@ | |||
| 1 | 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * nndraft.el (nndraft-update-unread-articles): Don't send delayed | ||
| 4 | articles. | ||
| 5 | |||
| 1 | 2011-08-13 Andreas Schwab <schwab@linux-m68k.org> | 6 | 2011-08-13 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 7 | ||
| 3 | * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of | 8 | * 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'.") | |||
| 177 | (list 'nndraft ""))) | 177 | (list 'nndraft ""))) |
| 178 | (nnmail-get-active))) | 178 | (nnmail-get-active))) |
| 179 | (gnus-group-marked (copy-sequence groups)) | 179 | (gnus-group-marked (copy-sequence groups)) |
| 180 | ;; Don't send delayed articles. | ||
| 181 | (gnus-get-new-news-hook nil) | ||
| 180 | (inhibit-read-only t)) | 182 | (inhibit-read-only t)) |
| 181 | (gnus-group-get-new-news-this-group nil t) | 183 | (gnus-group-get-new-news-this-group nil t) |
| 182 | (dolist (group groups) | 184 | (dolist (group groups) |