mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Improve prompting for mail sending by by 'report-emacs-bug'
* lisp/mail/emacsbug.el (report-emacs-bug-hook): Don't ask about mail sending options if 'message-server-alist' is set. (Bug#81176)
This commit is contained in:
parent
916572f6e0
commit
cff9c8bc00
1 changed files with 1 additions and 0 deletions
|
|
@ -473,6 +473,7 @@ and send the mail again%s."
|
|||
;; questions about From header validity if the user is going to
|
||||
;; use mailclient, anyway.
|
||||
(when (or (and (derived-mode-p 'message-mode)
|
||||
(not message-server-alist)
|
||||
(eq (message-default-send-mail-function) 'sendmail-query-once))
|
||||
(and (not (derived-mode-p 'message-mode))
|
||||
(eq send-mail-function 'sendmail-query-once)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue