From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: 10897@debbugs.gnu.org
Subject: bug#10897: sending mail via report-emacs-bug
Date: Sat, 03 Mar 2012 18:20:44 +0100 [thread overview]
Message-ID: <87d38tlhxv.fsf@gmail.com> (raw)
In-Reply-To: <874nuchddl.fsf@gmail.com>
Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>
>> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>>
>>> I use same configuration for Emacs-24.0.92 and 24.0.94 and behavior is
>>> different. (i.e nothing in 'to' and 'subject' for 24.0.94)
>>>
>>> Note: My Gnus configuration is not new and works fine since months (years).
>>
>> Well, I'm not able to reproduce the bug.
>>
>> So do you have anything in your setup that could clear the headers?
> Ok I found:
More exactly we need (if (not (gnus-alive-p))..., otherwise we fail with
error `gnus-setup-message' function not found.
So just need to call message-mail with args.
here a patch:
--8<---------------cut here---------------start------------->8---
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -486,7 +486,8 @@
instead."
(interactive)
(if (not (gnus-alive-p))
- (message-mail)
+ (message-mail to subject other-headers continue
+ nil yank-action send-actions return-action)
(let ((buf (current-buffer))
mail-buf)
(gnus-setup-message 'message
--8<---------------cut here---------------end--------------->8---
--
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997
next prev parent reply other threads:[~2012-03-03 17:20 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-27 8:47 bug#10897: copy-directory create new directory when copying a symlink Thierry Volpiatto
2012-02-27 9:11 ` Lars Magne Ingebrigtsen
2012-02-27 9:30 ` Thierry Volpiatto
2012-02-27 10:32 ` Lars Magne Ingebrigtsen
2012-02-27 15:22 ` Thierry Volpiatto
2012-03-09 23:07 ` Lars Magne Ingebrigtsen
2012-03-10 6:08 ` Thierry Volpiatto
2012-03-03 8:42 ` bug#10897: sending mail via report-emacs-bug Thierry Volpiatto
2012-03-03 8:49 ` Eli Zaretskii
2012-03-03 9:29 ` Thierry Volpiatto
2012-03-03 10:04 ` Thierry Volpiatto
2012-03-03 14:29 ` Lars Magne Ingebrigtsen
2012-03-03 14:59 ` Thierry Volpiatto
2012-03-03 15:05 ` Lars Magne Ingebrigtsen
2012-03-03 17:08 ` Thierry Volpiatto
2012-03-03 17:20 ` Thierry Volpiatto [this message]
2012-03-04 15:02 ` Lars Magne Ingebrigtsen
2012-03-05 13:58 ` Thierry Volpiatto
2012-03-03 14:33 ` Lars Magne Ingebrigtsen
2020-08-25 12:47 ` bug#10897: copy-directory create new directory when copying a symlink Lars Ingebrigtsen
2020-10-13 2:33 ` Lars Ingebrigtsen
2020-10-13 3:15 ` Glenn Morris
2020-10-13 3:19 ` Lars Ingebrigtsen
2021-08-19 21:47 ` Marco Centurion
2021-08-20 1:08 ` Marco Centurion
2021-08-20 5:51 ` Eli Zaretskii
2021-08-22 13:34 ` Michael Albinus
2021-08-22 13:46 ` Eli Zaretskii
2021-08-22 14:58 ` Michael Albinus
2021-08-22 16:47 ` Eli Zaretskii
2021-08-22 17:13 ` Michael Albinus
2021-08-22 18:48 ` Michael Albinus
2021-08-20 13:44 ` Lars Ingebrigtsen
2021-08-20 14:29 ` Marco Centurion - URI
2021-08-20 14:38 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d38tlhxv.fsf@gmail.com \
--to=thierry.volpiatto@gmail.com \
--cc=10897@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.