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:
committed by
Lars Ingebrigtsen
parent
556feab8a0
commit
b2a7a96f7a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user