From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39737 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: new Mail-Followup-To patch...please take a look... Date: Mon, 29 Oct 2001 22:11:01 -0500 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: owner-ding@hpc.uh.edu Message-ID: References: <87wv1m9y6j.fsf@mclinux.com> <87bsixhk7t.fsf@mclinux.com> <877ktj1rq3.fsf@mclinux.com> <20011029215820.E0123BD4D@squeaker.lickey.com> <87adyaf5s0.fsf@mclinux.com> <87bsipq1wz.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 1035175400 29554 80.91.224.250 (21 Oct 2002 04:43:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:43:20 +0000 (UTC) Return-Path: Original-Received: (qmail 348 invoked from network); 30 Oct 2001 03:07:48 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 30 Oct 2001 03:07:48 -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 15yPEz-0003EX-00; Mon, 29 Oct 2001 21:07:01 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 29 Oct 2001 21:06:41 -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 VAA05330 for ; Mon, 29 Oct 2001 21:06:31 -0600 (CST) Original-Received: (qmail 335 invoked by alias); 30 Oct 2001 03:06:45 -0000 Original-Received: (qmail 308 invoked from network); 30 Oct 2001 03:06:45 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (qmail-remote@129.22.96.25) by gnus.org with SMTP; 30 Oct 2001 03:06:45 -0000 Original-Received: (qmail 11114 invoked by uid 500); 30 Oct 2001 03:11:23 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: <87bsipq1wz.fsf@mclinux.com> (Josh Huber's message of "Mon, 29 Oct 2001 21:47:40 -0500") Mail-Copies-To: never Original-Lines: 20 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 (i386-redhat-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39737 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39737 Josh Huber wrote: > prj@po.cwru.edu (Paul Jarc) writes: >> When displaying a message, if MFT exists, and none of the given >> addresses would cause MFT to be generated for a response, then we >> can give a warning, and maybe offer to add the address (if there's >> only one) to this group's parameters (assuming the new mail-address >> vector parameter). > > Yeah, this sounds like a good idea, especially when combined with the > new mail-address vector. Are you working on this? Not really. I think the first step would be to update gnus-group-customize and all the code that uses to-list and to-address parameters. (to-list and to-address should still be used when mail-address is not set, I guess.) Then your MFT patch could be similarly adapted, but wouldn't necessarily have to fall back to to-list/to-address. paul