GNU bug report logs -
#7459
23.2; "Salutation" should not actually be included in bug mails
Previous Next
Reported by: Robin Green <greenrd <at> greenrd.org>
Date: Sun, 21 Nov 2010 13:25:02 UTC
Severity: wishlist
Tags: moreinfo
Found in version 23.2
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 7459 <at> debbugs.gnu.org (full text, mbox):
Robin Green wrote:
> I didn't intentionally defeat it. I use wanderlust - that's probably why.
Definitely - only the "built-in" mail clients are supported.
Maybe you could propose a patch for report-emacs-bug. This is the
relevant section:
(cond ((memq mail-user-agent '(message-user-agent gnus-user-agent))
(setq report-emacs-bug-send-command "message-send-and-exit"
report-emacs-bug-send-hook 'message-send-hook))
((eq mail-user-agent 'sendmail-user-agent)
(setq report-emacs-bug-send-command "mail-send-and-exit"
report-emacs-bug-send-hook 'mail-send-hook))
((eq mail-user-agent 'mh-e-user-agent)
(setq report-emacs-bug-send-command "mh-send-letter"
report-emacs-bug-send-hook 'mh-before-send-letter-hook)))
Though I'm not actually sure whether it would be appropriate and/or
worth it to handle other mail clients here.
This bug report was last modified 3 years and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.