From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40402 Path: main.gmane.org!not-for-mail From: Vincent Bernat Newsgroups: gmane.emacs.gnus.general Subject: Re: Different Gcc for Reply and Followup Date: Sun, 18 Nov 2001 23:59:50 +0100 Organization: Kabale Inc Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035175958 714 80.91.224.250 (21 Oct 2002 04:52:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:52:38 +0000 (UTC) Return-Path: Original-Received: (qmail 5544 invoked from network); 18 Nov 2001 23:01:32 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 18 Nov 2001 23:01:32 -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 165avH-0001rA-00; Sun, 18 Nov 2001 17:00:23 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 18 Nov 2001 17:00:06 -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 QAA01951 for ; Sun, 18 Nov 2001 16:59:54 -0600 (CST) Original-Received: (qmail 5537 invoked by alias); 18 Nov 2001 23:00:05 -0000 Original-Received: (qmail 5532 invoked from network); 18 Nov 2001 23:00:05 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 18 Nov 2001 23:00:05 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 165b2i-0008G0-00 for ; Mon, 19 Nov 2001 00:08:04 +0100 Original-To: ding@gnus.org Original-Path: lucas.loria!nobody Original-Newsgroups: gnus.ding Original-Lines: 26 Original-NNTP-Posting-Host: lucas.crans.org Original-X-Trace: quimby2.netfonds.no 1006124884 31743 138.231.141.26 (18 Nov 2001 23:08:04 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 18 Nov 2001 23:08:04 GMT X-PGP-KeyID: 0xF22A794E X-PGP-Fingerprint: 5854 AF2B 65B2 0E96 2161 E32B 285B D7A1 F22A 794E User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence, i686-pc-linux) Cancel-Lock: sha1:jPnvN7MVg/KnSG06OmHaB9xmbLk= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40402 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40402 OoO En ce début de soirée du dimanche 18 novembre 2001, vers 21:06, Raymond Scholz disait: >> Is it possible to have a different Gcc for reply and for followup : I >> would like to always have Gcc: nnml:sent-mail when I hit reply key but >> I would like to keep the current Gcc: when doing a followup. > I think it depends on how you set your Gcc headers normally. I use this : (setq gnus-message-archive-group '((if (message-news-p) nil "sent-mail"))) But, I use the param "gcc-self" in "G c" to avoid Gcc in mailing lists. > (setq gnus-message-archive-group > '((when (not (boundp 'post)) > "nnml:sent-mail") > nil)) This doesn't work. Maybe I could rebind "R" to always get a Gcc with it ?