bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14166: 24.3.50; report-emacs-bug and mail-user-agent == 'gnus-user-a


From: Stefan Monnier
Subject: bug#14166: 24.3.50; report-emacs-bug and mail-user-agent == 'gnus-user-agent
Date: Thu, 11 Apr 2013 09:51:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +    (if (eq mail-user-agent 'gnus-user-agent)
> +     (progn
> +       (require 'gnus) ;; It defines `gnus-newsgroup-name'.
> +       (let ((gnus-newsgroup-name "report-emacs-bug"))
> +         (compose-mail report-emacs-bug-address topic)))
> +      (compose-mail report-emacs-bug-address topic))

Why would we need such a hack?  `compose-mail' already receives very
clearly the destination address.

more to the point: we start with a call to Gnus's `composefunc' with an
explicit "to" address (with value report-emacs-bug-address).  And we end
with a message that uses a different "to" address.  So the problem seems
to be on Gnus's side only.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]