diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2012-02-10 19:16:19 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2012-02-10 19:16:19 +0100 |
commit | cc26d239af9a82cff079556a1daff4b4bf60eb5c (patch) | |
tree | f9a7bdaf6d51729ef4f639709b5e752394747748 /lisp/gnus/ChangeLog | |
parent | 3647f557cf42ae6b33414a454503d2695798a6e6 (diff) | |
download | emacs-cc26d239af9a82cff079556a1daff4b4bf60eb5c.tar.gz |
Prompt in a more logical fashion when sending bug reports
* gnus/message.el (message-default-send-mail-function): Made into own
function for reuse by emacsbug.el.
* mail/emacsbug.el (report-emacs-bug-hook): Query the user first
about SMTP before checking the From header.
* mail/sendmail.el (sendmail-query-user-about-smtp): Refacored out
into own function for reuse by emacsbug.el.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r-- | lisp/gnus/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 9305114b634..38b9139b7dd 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2012-02-10 Lars Ingebrigtsen <larsi@gnus.org> + + * message.el (message-default-send-mail-function): Made into own + function for reuse by emacsbug.el. + 2012-02-09 Juanma Barranquero <lekktu@gmail.com> * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst |