From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43715 Path: quimby.gnus.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Does Mail-Followup-To generation? Date: Fri, 01 Mar 2002 11:20:19 -0500 Organization: What did you have in mind? A short, blunt, human pyramid? Message-ID: References: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1015001188 28262 195.204.10.66 (1 Mar 2002 16:46:28 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 1 Mar 2002 16:46:28 GMT Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16gqAt-0007Lf-00; Fri, 01 Mar 2002 17:46:28 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16gq5E-00016O-00; Fri, 01 Mar 2002 10:40:37 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 01 Mar 2002 10:40:39 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA06483 for ; Fri, 1 Mar 2002 10:40:28 -0600 (CST) Original-Received: (qmail 24426 invoked by alias); 1 Mar 2002 16:40:21 -0000 Original-Received: (qmail 24421 invoked from network); 1 Mar 2002 16:40:20 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (qmailr@129.22.96.25) by gnus.org with SMTP; 1 Mar 2002 16:40:20 -0000 Original-Received: (qmail 464 invoked by uid 500); 1 Mar 2002 16:20:41 -0000 Original-To: Ding In-Reply-To: (Nevin Kapur's message of "Fri, 01 Mar 2002 10:26:34 -0500") Mail-Copies-To: nobody Mail-Followup-To: ding@gnus.org Original-Lines: 27 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-redhat-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: quimby.gnus.org gmane.emacs.gnus.general:43715 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43715 Nevin Kapur wrote: > Following the directions in the manual, I've set the group parameter > of my ding group as > > (to-address . "Ding ") > (to-list . "Ding ") > (subscribed . t) You also need this: (setq message-subscribed-address-functions '(gnus-find-subscribed-addresses)) Either the Group Parameters node of the Gnus manual or the docstring for gnus-find-subscribed-addresses probably ought to link to the Mailing Lists node of the Message manual. (I'd do it if I knew how.) WIBNI all docstrings had links to the corresponding info nodes automatically added, like how server parameters have a note appended to theirs? The right info nodes could be found automatically via the index (I think); this would also make it easy to catch variables and functions that are missing index entries. > Any reason why the subscribed group parameter does not appear in `G c'? Maybe because no one had thought of that yet, I guess. paul