From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9296 Path: main.gmane.org!not-for-mail From: Sudish Joseph Newsgroups: gmane.emacs.gnus.general Subject: Re: [rgnus] FCC in message-mode to nnml group? Date: 07 Jan 1997 22:45:06 -0500 Sender: sj@atreides.mindspring.com Message-ID: References: <0fybe5i4s9.fsf@fraxinus.daimi.aau.dk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.100) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149342 17570 80.91.224.250 (20 Oct 2002 21:29:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:29:02 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id UAA01139 for ; Tue, 7 Jan 1997 20:00:59 -0800 Original-Received: from atreides.mindspring.com (atreides.mindspring.com [204.180.142.236]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Wed, 8 Jan 1997 04:45:13 +0100 Original-Received: (qmail 1372 invoked by uid 52477); 8 Jan 1997 03:45:06 -0000 Original-To: ding@ifi.uio.no In-Reply-To: David Moore's message of 07 Jan 1997 18:11:15 -0800 Original-Lines: 31 X-Mailer: Red Gnus v0.78/XEmacs 20.0 Xref: main.gmane.org gmane.emacs.gnus.general:9296 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9296 David Moore writes: > I currently use this. If you want to also Gcc everything into > your archive group, just don't set gnus-message-archive-method to nil. > I find it more convient than fcc. Although it can be nice to have the > mail run through the nnmail splitting process... I switched to using Gcc late last month and have found it convenient to split it into per-month folders. The setup I use is: (setq gnus-message-archive-method `(nnfolder "archive" (nnfolder-directory "~/Mail/Outgoing/") (nnfolder-active-file "~/Mail/Outgoing/active") (nnfolder-inhibit-expiry t) (nnfolder-get-new-mail nil))) (setq gnus-message-archive-group '((format-time-string (if (message-news-p) "%Y/news-%m-%B" "%Y/mail-%m-%B") (current-time)))) I get two new groups automagically every month. 8( 0): 1997/news-01-January [3] (nnfolder:archive) 45( 0): 1997/mail-01-January [3] (nnfolder:archive) 42( 0): 1996/mail-12-December [3] (nnfolder:archive) 3( 0): 1996/news-12-December [3] (nnfolder:archive) Gnus autocreates the directories every year, which is cool. The month is in there twice so that I don't need to add a -t to ls -l. :-) -Sudish