1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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).
This commit is contained in:
Basil L. Contovounesios 2018-04-11 23:21:59 +02:00 committed by Lars Ingebrigtsen
parent 556feab8a0
commit b2a7a96f7a

View file

@ -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)