From f6d5610484c490bb6a8b375db26828d022c1216a Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 19 May 2008 12:01:17 +0000 Subject: [PATCH] (gnus-group-send-queue): Bind message-send-mail-partially-limit to nil to avoid being prompted. --- lisp/ChangeLog | 5 +++++ lisp/gnus-draft.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a342d119..130a2724d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-05-19 Lars Magne Ingebrigtsen + + * gnus-draft.el (gnus-group-send-queue): Bind + message-send-mail-partially-limit to nil to avoid being prompted. + 2008-05-16 Reiner Steib * mml.el (mml-attach-buffer): Prompt for `disposition'. diff --git a/lisp/gnus-draft.el b/lisp/gnus-draft.el index 318f0d56b..2a5894db8 100644 --- a/lisp/gnus-draft.el +++ b/lisp/gnus-draft.el @@ -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)) -- 2.11.4.GIT