From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7816 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: how do I fcc: a nnml folder? and what is gcc? (gnus 5.3) Date: 05 Sep 1996 07:23:33 +0200 Message-ID: References: <199609041433.HAA17952@kelly.teleport.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035148076 8614 80.91.224.250 (20 Oct 2002 21:07:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:07:56 +0000 (UTC) Cc: "Randal L. Schwartz" Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id KAA00168 for ; Thu, 5 Sep 1996 10:08:11 -0700 Original-Received: from gymir.ifi.uio.no (gymir.ifi.uio.no [129.240.80.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Thu, 5 Sep 1996 18:26:14 +0200 Original-Received: (from larsi@localhost) by gymir.ifi.uio.no ; Thu, 5 Sep 1996 18:26:13 +0200 Original-To: ding@ifi.uio.no In-Reply-To: "Randal L. Schwartz"'s message of Wed, 4 Sep 1996 07:33:42 -0700 (PDT) Original-Lines: 30 X-Mailer: Red Gnus v0.27/Emacs 19.29 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > And, the docs mention "gcc" once, and the source mentions it twice, > but that's the end of the road. Is that the remnants of an experiment > gone bad, or is that what I'm looking for? It's probably what you're looking for, I think. If you say something like: (setq gnus-message-archive-group '((if (message-news-p) "nnml:misc-news" "nnml:misc-mail"))) then outgoing news will go to the nnml news group and mail to the mail group. Of course, you can make this setup arbitrarily complex -- I use: (setq gnus-message-archive-group '((if (message-news-p) "nnml:misc-news" (concat "nnml:mail." (format-time-string "%Y-%m" (current-time)))))) to get a month-by-month mail archive group. -- "Yes. The journey through the human heart would have to wait until some other time."