From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41591 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.gnus.general Subject: Re: "subscribed" has overloaded meaning in gnus? Date: Fri, 04 Jan 2002 13:41:37 -0500 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: <87wuyyaw21.fsf@squeaker.lickey.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176963 7006 80.91.224.250 (21 Oct 2002 05:09:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:09:23 +0000 (UTC) Return-Path: Original-Received: (qmail 412 invoked from network); 4 Jan 2002 18:42:18 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 4 Jan 2002 18:42:18 -0000 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 16MZHv-00055N-00; Fri, 04 Jan 2002 12:41:55 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 04 Jan 2002 12:41:48 -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 MAA09074 for ; Fri, 4 Jan 2002 12:41:36 -0600 (CST) Original-Received: (qmail 391 invoked by alias); 4 Jan 2002 18:41:39 -0000 Original-Received: (qmail 386 invoked from network); 4 Jan 2002 18:41:39 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 4 Jan 2002 18:41:39 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16MZI8-0006Wg-00 for ; Fri, 04 Jan 2002 19:42:08 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 43 Original-NNTP-Posting-Host: eta.cis.ohio-state.edu Original-X-Trace: quimby2.netfonds.no 1010169728 24823 164.107.112.62 (4 Jan 2002 18:42:08 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 4 Jan 2002 18:42:08 GMT X-Face: (&zE&hBC"G~kYNV6dt5#[X'%{!h5@/oUyc`CRNn#d6e2qi%~4N.?_ys_bQ3&7.* writes: > Benjamin Rutt writes: > >> I'm using a couple month-old Oort 0.04. I'm a little confused as to >> what 'subscribed' means as a group parameter. > > Yes I think it should be documented. There was a recent post to > 'ding' that documented the MFT stuff. I don't know if this parameter > was documented there or not. It wasn't. Maybe your "preferred" snippet below should be included in that documentation, since I think it is a nice way to get your MFT working without duplicating your list of mailing lists addresses in another place. > The group parameter "subscribed" simply means "consider the to-address > or to-list parameter of this group to be that of a mailing list you're > subscribed to." The only place it is currently used in Gnus is in > gnus-find-subscribed-addresses. > > Perhaps the parameter should be "mailing-list-subscribed" or > "address-subscribed" or "to-addresses-subscribed" something else? Based on your definition, I would vote for "mailing-list-subscribed". > Instead of the hook, I think this ended up being the "preferred" way > of doing it. > > (setq message-subscribed-address-functions > '(gnus-find-subscribed-addresses)) Thanks, that looks much better. I think this should go in the recently posted MFT docs, as noted above. > Your method is technically wrong since gnus-find-subscribed-addresses > does not return a set of regexps (but it'll mostly work). Hmm. It does return a list on mine (I'm using >month-old Oort 0.04), containing a single regexp. Maybe that's why it has been working for me. -- Benjamin