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

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

reply to this mailing-list


From: Thierry Volpiatto
Subject: reply to this mailing-list
Date: Wed, 26 Sep 2007 19:41:34 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

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/




reply via email to

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