Add command C-c m in report-emacs-bug that puts the bug into preferred mailer.
commit489cd5bd5a0128d6c3bee49fa2c451f2927ddea9
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 17 Aug 2010 10:07:41 +0000 (17 12:07 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 17 Aug 2010 10:07:41 +0000 (17 12:07 +0200)
tree577fd87c79879e2096335b3e0634840517b0e69b
parent2269b349e3fc1cbe63879291f35e52dc291c881a
Add command C-c m in report-emacs-bug that puts the bug into preferred mailer.

Depends on xdg-email being available.

* lisp/mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
(report-emacs-bug-can-use-xdg-email): New functions.
(report-emacs-bug): Set can-xdg-email to result of
report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
\C-cm to report-emacs-bug-insert-to-mailer and add help text
about it.
lisp/ChangeLog
lisp/mail/emacsbug.el