From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10119 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: archiving expired messages Date: 07 Mar 1997 07:33:46 +0100 Sender: larsi@proletcult.slip.ifi.uio.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035150041 22493 80.91.224.250 (20 Oct 2002 21:40:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:40:41 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id WAA19541 for ; Thu, 6 Mar 1997 22:46:21 -0800 Original-Received: from proletcult.slip.ifi.uio.no (root@ppp19.larris.ifi.uio.no [129.240.68.119]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 7 Mar 1997 07:36:31 +0100 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id HAA05487; Fri, 7 Mar 1997 07:33:50 +0100 Mail-Copies-To: never Original-To: ding@ifi.uio.no In-Reply-To: David Lebel's message of 06 Mar 1997 19:14:11 -0500 Original-Lines: 20 X-Mailer: Gnus v5.4.21/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > Now, the best thing would be if Gnus would automatically move mails > from my inbox groups to "archive" groups, where the archive groups > would be named using months and year into them. You can do something like this: (setq gnus-move-split-methods (lambda () (concat "archive." gnus-newsgroup-name "." (format-time-string "%Yw%U" (current-time))))) When you then move articles, the default value will be a group with an appropriate name. This required manual intervention, but hacking up a function to do this semi-automatically shouldn't be too hard. -- (domestic pets only, the antidote for overdose, milk.) larsi@ifi.uio.no * Lars Ingebrigtsen