From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39400 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 12:36:30 -0400 Organization: Mind your own business, you silly arthur king! Sender: owner-ding@hpc.uh.edu Message-ID: <87elo0ykfl.fsf@mclinux.com> References: <87y9m9fs6b.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 1035175110 27649 80.91.224.250 (21 Oct 2002 04:38:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:38:30 +0000 (UTC) Return-Path: Original-Received: (qmail 1726 invoked from network); 18 Oct 2001 16:38:57 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 18 Oct 2001 16:38:57 -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 15uGBS-0001oP-00; Thu, 18 Oct 2001 11:38:14 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 18 Oct 2001 11:37:52 -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 LAA07875 for ; Thu, 18 Oct 2001 11:37:40 -0500 (CDT) Original-Received: (qmail 1019 invoked by alias); 18 Oct 2001 16:36:01 -0000 Original-Received: (qmail 1004 invoked from network); 18 Oct 2001 16:36:00 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 18 Oct 2001 16:36:00 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id SAA32723 for ding@gnus.org; Thu, 18 Oct 2001 18:35:55 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 32 Original-NNTP-Posting-Host: lowell.missioncriticallinux.com Original-X-Trace: quimby.gnus.org 1003422954 4794 208.51.139.16 (18 Oct 2001 16:35:54 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 18 Oct 2001 16:35:54 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:39400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39400 prj@po.cwru.edu (Paul Jarc) writes: > I'm thinking something in gnus-msg.el, during initialization of a > new message buffer, can detect when there is a to-list or to-address > parameter for the current group; if so, it'll add a header field > like "X-Gnus-Generate-MFT: yes" (by default; it could be disabled by > setting some variable). Then when we send the message, if that > field is present, we remove it, and if there is also no existing > MFT, then we add one based on To+Cc. I was just thinking about this as well. It would be nice to have a list of regexs that specify which groups mft header generation should be turned on for: (setq gnus-mail-followup-to-matches '(("^mail.lists" 'subscribe) (".*" 'list))) ...just for example. if a regex matches, the rule is used. the names here are just from mutt (subscribe, and lists are the two commands. If a list is marked as "subscribe" you are not added to the Mail-Followup-To header, if it's marked as "list" you are added to the header) I was just thinking about starting work on this... it seems other people want this feature as well? :) -- Josh Huber