From: Thierry Volpiatto <tvolpiatt@neuf.fr>
To: help-gnu-emacs@gnu.org
Subject: reply to this mailing-list
Date: Wed, 26 Sep 2007 19:41:34 +0200 [thread overview]
Message-ID: <87sl511fzl.fsf@thievol.homelinux.org> (raw)
Hello,
I am new to this mailing-list and I found difficult to reply
in this mailing-list with some people sending to a particular person and
forwarding to the mailing list with Cc and other people with a mail like
spam@spam .
So if i hit "r" in gnus my reply is not to help-gnu-emacs@gnu.org
it is may be to spam@spam or better to the sender with a real adress
and i have to Cc anyway to the mailinglist.
because i am lazy to reply always to help-gnu-emacs@gnu.org
i did that and it's seem to work fine:
Added in .gnus.el:
(setq message-reply-to-function
(lambda ()
(cond ((equal (mail-fetch-field "To") "help-gnu-emacs@gnu.org")
(list (cons 'To (mail-fetch-field "To"))))
((equal (mail-fetch-field "Cc") "help-gnu-emacs@gnu.org")
(list (cons 'To (mail-fetch-field "Cc"))))
(t
nil))))
Like that every time you hit "r" to reply to this mailing-list
the To header is filled with help-gnu-emacs@gnu.org :)
May be there is some thing better to do i have missed ?
--
A + Thierry
pubkey: http://pgp.mit.edu/
next reply other threads:[~2007-09-26 17:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-26 17:41 Thierry Volpiatto [this message]
2007-09-26 17:52 ` reply to this mailing-list Michaël Cadilhac
2007-09-26 18:48 ` Thierry Volpiatto
2007-09-26 19:18 ` Michaël Cadilhac
2007-09-26 19:20 ` Michaël Cadilhac
2007-09-26 19:38 ` Thierry Volpiatto
2007-09-26 21:02 ` Michaël Cadilhac
2007-09-26 22:37 ` Thierry Volpiatto
[not found] ` <mailman.1356.1190845858.18990.help-gnu-emacs@gnu.org>
2007-09-28 15:29 ` Stefan Monnier
2007-09-26 20:49 ` Thierry Volpiatto
2007-09-26 21:10 ` Michaël Cadilhac
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sl511fzl.fsf@thievol.homelinux.org \
--to=tvolpiatt@neuf.fr \
--cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).