From: Basil L. Contovounesios Date: Wed, 11 Apr 2018 21:21:59 +0000 (+0200) Subject: Heed switch-function argument in gnus-user-agent X-Git-Tag: emacs-27.0.90~5300 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2a7a96f7aaed4957a4fe0d65780d32652953a3d;p=emacs.git Heed switch-function argument in gnus-user-agent * lisp/gnus/gnus-msg.el (gnus-msg-mail): Heed switch-action argument when falling back to message-user-agent because Gnus is not running (bug#28992). --- diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 04661ec9481..d5610bff739 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -535,7 +535,7 @@ instead." (progn (message "Gnus not running; using plain Message mode") (message-mail to subject other-headers continue - nil yank-action send-actions return-action)) + switch-action yank-action send-actions return-action)) (let ((buf (current-buffer)) ;; Don't use posting styles corresponding to any existing group. (group-name gnus-newsgroup-name)