Changes committed gnus/lisp (ChangeLog gnus-draft.el)
"Lars Magne Ingebrigtsen" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-draft.el (gnus-group-send-queue): Bind message-send-mail-partially-limit to nil to avoid being prompted. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1860 gnus/lisp/ChangeLog:7.1861 --- ChangeLog:7.1860 Mon May 19 10:47:42 2008 +++ ChangeLog Mon May 19 14:01:17 2008 @@ -1,3 +1,8 @@ +2008-05-19 Lars Magne Ingebrigtsen <[email protected]> + + * gnus-draft.el (gnus-group-send-queue): Bind + message-send-mail-partially-limit to nil to avoid being prompted. + 2008-05-16 Reiner Steib <[email protected]> * mml.el (mml-attach-buffer): Prompt for `disposition'. Index: gnus-draft.el diff -u gnus/lisp/gnus-draft.el:7.22 gnus/lisp/gnus-draft.el:7.23 --- gnus-draft.el:7.22 Mon May 19 10:47:42 2008 +++ gnus-draft.el Mon May 19 14:01:17 2008 @@ -216,6 +216,7 @@ (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))