From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39407 Path: main.gmane.org!not-for-mail From: Josh Huber Newsgroups: gmane.emacs.gnus.general Subject: Re: Generating Mail-Followup-To: headers Date: Thu, 18 Oct 2001 13:56:50 -0400 Organization: Mind your own business, you silly arthur king! Sender: owner-ding@hpc.uh.edu Message-ID: <877ktsal25.fsf@mclinux.com> References: <87y9m9fs6b.fsf@squeaker.lickey.com> <87elo0ykfl.fsf@mclinux.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175116 27695 80.91.224.250 (21 Oct 2002 04:38:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:38:36 +0000 (UTC) Return-Path: Original-Received: (qmail 3690 invoked from network); 18 Oct 2001 17:58:01 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 18 Oct 2001 17:58:01 -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 15uHPQ-0002sY-00; Thu, 18 Oct 2001 12:56:44 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 18 Oct 2001 12:56:22 -0500 (CDT) 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 MAA08250 for ; Thu, 18 Oct 2001 12:56:07 -0500 (CDT) Original-Received: (qmail 3656 invoked by alias); 18 Oct 2001 17:56:20 -0000 Original-Received: (qmail 3647 invoked from network); 18 Oct 2001 17:56:18 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 18 Oct 2001 17:56:18 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id TAA03921 for ding@gnus.org; Thu, 18 Oct 2001 19:56:15 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 47 Original-NNTP-Posting-Host: lowell.missioncriticallinux.com Original-X-Trace: quimby.gnus.org 1003427774 28971 208.51.139.16 (18 Oct 2001 17:56:14 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 18 Oct 2001 17:56:14 GMT X-Go-Away: or I shall taunt you a second time! X-PGP-KeyID: 6B21489A X-PGP-CertKey: 61F0 6138 BE7B FEBF A223 E9D1 BFE1 2065 6B21 489A X-Request-PGP: finger:huber@db.debian.org Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39407 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39407 prj@po.cwru.edu (Paul Jarc) writes: > As far as determining whether to include the sender (equivalently, > whether to generate MFT), I think I like Matt's idea better. > Certain addressees are better determinants than certain groups. True. I agree. I was trying to think of a way to not have to specify duplicate address to the ones I've already listed in the group configuration. How about (setq gnus-mft-use-group-address "^mail.lists") In addition to specifying the specific address? That way, when Gnus went through and looked at the message-subscribed-addresses variable we could do something like... (let message-subscribed-addresses (append message-subscribed-addresses (mapcar '(lambda (group) (gnus-fetch-group-address group)) (gnus-group-find-groups gnus-mft-use-group-address)))) using the theoretical gnus-fetch-group-address and gnus-group-find-groups. after a quick check there is gnus-group-apropos, but I couldn't find anyting that returned a *list* of groups matched, rather than showing a list in a buffer...perhaps I just missed it. gnud-fetch-group-address should get either the to-address or the to-list (whichever comes first?) > Quite. I'm tired of having to maintain my list-address file for > qmail-inject separately from my to-list parameters. Yes, and I'm tired of not having this feature after switching from mutt a while back. It hasn't been that annoying, but MFT is more powerful/configuable than MCT, so I'd really like to have it in Gnus! ttyl, -- Josh Huber