From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50617 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: It's good to be back... Date: Thu, 06 Mar 2003 09:08:53 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87smu0wk8a.fsf@squeaker.lickey.com> References: <87k7fdscl2.fsf@gurba.sytes.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046966964 6708 80.91.224.249 (6 Mar 2003 16:09:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2003 16:09:24 +0000 (UTC) Cc: ding@gnus.org Original-X-From: owner-ding@hpc.uh.edu Thu Mar 06 17:09:20 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qxvr-0001jO-00 for ; Thu, 06 Mar 2003 17:09:19 +0100 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 18qxvq-0003DV-00; Thu, 06 Mar 2003 10:09:18 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 06 Mar 2003 10:10:18 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA06770 for ; Thu, 6 Mar 2003 10:10:05 -0600 (CST) Original-Received: (qmail 10543 invoked by alias); 6 Mar 2003 16:09:00 -0000 Original-Received: (qmail 10535 invoked from network); 6 Mar 2003 16:09:00 -0000 Original-Received: from hank.lickey.com (ident-is-dumb@64.81.100.235) by 66.230.238.6 with SMTP; 6 Mar 2003 16:09:00 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 3E834EE3F; Thu, 6 Mar 2003 09:08:58 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 74A35BE97; Thu, 6 Mar 2003 09:08:55 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id 83912BE92; Thu, 6 Mar 2003 09:08:54 -0700 (MST) Mail-Copies-To: nobody Original-To: Erlend Simonsen Mail-Followup-To: Erlend Simonsen , ding@gnus.org In-Reply-To: <87k7fdscl2.fsf@gurba.sytes.net> (Erlend Simonsen's message of "Wed, 05 Mar 2003 22:55:21 +0100") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux) X-Virus-Scanned: by AMaViS snapshot-20020300 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50617 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50617 Erlend Simonsen writes: > Anyways, when I used gnus back in the good 'ol days, I had automatic > creation of nnml groups with named "nnml:archive_YY_MM" containing > sent mails. Could anyone refresh my memory as to what lisp-magic was > needed to do this? It's been a while. =) (setq gnus-message-archive-group (concat "sent." (format-time-string "%Y"))) -- matt