all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* reply to this mailing-list
@ 2007-09-26 17:41 Thierry Volpiatto
  2007-09-26 17:52 ` Michaël Cadilhac
  0 siblings, 1 reply; 11+ messages in thread
From: Thierry Volpiatto @ 2007-09-26 17:41 UTC (permalink / raw)
  To: help-gnu-emacs

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/

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-09-28 15:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 17:41 reply to this mailing-list Thierry Volpiatto
2007-09-26 17:52 ` 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

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.