GNU bug report logs - #7459
23.2; "Salutation" should not actually be included in bug mails

Previous Next

Package: emacs;

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


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Robin Green <greenrd <at> greenrd.org>
Cc: 7459 <at> debbugs.gnu.org
Subject: bug#7459: 23.2; "Salutation" should not actually be included in bug mails
Date: Mon, 22 Nov 2010 19:46:25 -0500
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 328 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.