From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25010 Path: main.gmane.org!not-for-mail From: Andrew Hobson Newsgroups: gmane.emacs.gnus.general Subject: Re: mail archival idea/feature request Date: 03 Sep 1999 18:11:04 -0400 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=us-ascii X-Trace: main.gmane.org 1035162474 11776 80.91.224.250 (21 Oct 2002 01:07:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:07:54 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA04286 for ; Fri, 3 Sep 1999 18:12:16 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id RAB04077; Fri, 3 Sep 1999 17:11:48 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Sep 1999 17:12:09 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA20189 for ; Fri, 3 Sep 1999 17:11:58 -0500 (CDT) Original-Received: from gamma.eng.mindspring.net (gamma.eng.mindspring.net [207.69.192.36]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA04244 for ; Fri, 3 Sep 1999 18:11:12 -0400 (EDT) Original-Received: (from ahobson@localhost) by gamma.eng.mindspring.net (8.9.3/8.9.3) id SAA26472; Fri, 3 Sep 1999 18:11:05 -0400 (EDT) Original-To: Wes Hardaker In-Reply-To: Wes Hardaker's message of "03 Sep 1999 14:32:54 -0700" Original-Lines: 24 User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) XEmacs/21.2(beta14) (Dionysos) X-Face: (e_H,)"'M4u!E!3"|XVHJ=[/_.:z73Z^oGf")[Payuf said: > I'm talking about incoming mail as well as outgoing... Right. I use nnmail-split-fancy. I do: (defun ahobson-incoming-group () (format-time-string "incoming.mail.%Y-%m")) (setq nnmail-split-fancy '(& (: ahobson-incoming-group) (| ;; normal splitting ))) All of my incoming mail is saved in a separate group by month. I don't expire those groups. I then have a crossposted copy of the mail in my usual folders which I expire as usual. Maybe I'm not understanding what you want to do. Drew