mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
nndraft.el (nndraft-update-unread-articles): Don't send delayed articles.
This commit is contained in:
parent
7c643369dd
commit
39397fad3a
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue