From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5608 Path: main.gmane.org!not-for-mail From: Roderick Schertler Newsgroups: gmane.emacs.gnus.general Subject: gnus-reply-to-function for replying to everybody Date: Tue, 19 Mar 1996 22:33:05 -0500 Sender: roderick@ibcinc.com Message-ID: <6722.827292785@ibcinc.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146187 835 80.91.224.250 (20 Oct 2002 20:36:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:36:27 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id UAA02070 for ; Tue, 19 Mar 1996 20:19:16 -0800 Original-Received: from uu6.psi.com (uu6.psi.com [38.145.155.3]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Wed, 20 Mar 1996 04:40:20 +0100 Original-Received: by uu6.psi.com (5.65b/4.0.071791-PSI/PSINet) via UUCP; id AA09068 for ; Tue, 19 Mar 96 22:34:30 -0500 Original-Received: from localhost by junior.ibcinc.com (5.4R3.10/IBC-1.25) id AA06723; Tue, 19 Mar 1996 22:33:06 -0500 Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:5608 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5608 When I respond to a mail message I practically always want to respond to everybody who saw it (everybody in the From, To and Cc headers). I'm surprised that September doesn't have a built-in way to do this. Did I just miss it? I suspect this is the case because the lack just seems too bizarre. If not how about adding a pre-defined function for this the user can set gnus-reply-to-function to? (defun gnus-reply-to-everybody (group) "Respond to everybody who saw the original message. This function is meant as a possible value for gnus-reply-to-function or gnus-followup-to-function." (loop for c in `(("To" . ,(or (mail-fetch-field "reply-to") (mail-fetch-field "from"))) ("cc" . ,(mail-fetch-field "to")) ("cc" . ,(mail-fetch-field "cc"))) if (cdr c) collect c)) -- Roderick Schertler roderick@gate.net