(gnus-group-send-queue): Bind
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 19 May 2008 12:01:17 +0000 (12:01 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 19 May 2008 12:01:17 +0000 (12:01 +0000)
message-send-mail-partially-limit to nil to avoid being prompted.

lisp/ChangeLog
lisp/gnus-draft.el

index 9a342d1..130a272 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-draft.el (gnus-group-send-queue): Bind
+       message-send-mail-partially-limit to nil to avoid being prompted.
+
 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * mml.el (mml-attach-buffer): Prompt for `disposition'.
index 318f0d5..2a5894d 100644 (file)
@@ -216,6 +216,7 @@ Obeys the standard process/prefix convention."
                                     (gnus-info-marks
                                      (gnus-get-info "nndraft:queue"))))))
             (gnus-posting-styles nil)
+            message-send-mail-partially-limit
             (total (length articles))
             article)
        (while (setq article (pop articles))