From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35696 Path: main.gmane.org!not-for-mail From: "Georg C. F. Greve" Newsgroups: gmane.emacs.gnus.general Subject: Re: Question about mail archive Date: 09 Apr 2001 11:29:33 +0200 Organization: GNU Project Sender: "Georg C. F. Greve" Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: main.gmane.org 1035171398 4489 80.91.224.250 (21 Oct 2002 03:36:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:36:38 +0000 (UTC) Cc: Alex Schroeder , ding@gnus.org Return-Path: Original-Received: (qmail 5844 invoked by alias); 9 Apr 2001 09:30:37 -0000 Original-Received: (qmail 5839 invoked from network); 9 Apr 2001 09:30:37 -0000 Original-Received: from mail-ffm-p.arcor-ip.de (HELO mail.arcor-ip.de) (145.253.2.10) by gnus.org with SMTP; 9 Apr 2001 09:30:37 -0000 Original-Received: from fusebox.gnu-hamburg (212.144.208.103) by mail.arcor-ip.de; 9 Apr 2001 11:30:12 +0200 Original-Received: from reason.gnu-hamburg (root@reason.gnu-hamburg [10.129.4.1]) by fusebox.gnu-hamburg (8.11.1/8.11.1) with ESMTP id f399UBu31437; Mon, 9 Apr 2001 11:30:11 +0200 Original-Received: (from greve@localhost) by reason.gnu-hamburg (8.11.2/8.11.2/Debian 8.11.2-1) id f399TXc01418; Mon, 9 Apr 2001 11:29:33 +0200 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) X-Home-Page: http://www.gnu.org/people/greve.html X-PGP-Affinity: will accept encrypted messages for GNU Privacy Guard X-PGP-Fingerprint: 2D68 D553 70E5 CCF9 75F4 9CC9 6EF8 AFC2 8657 4ACA In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "08 Apr 2001 22:41:38 +0200") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 35 Xref: main.gmane.org gmane.emacs.gnus.general:35696 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35696 --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable || On 08 Apr 2001 22:41:38 +0200 || Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) wrote:=20 kg> On 08 Apr 2001, Georg C. F. Greve wrote: kg> (gnus-summary-move-article 1 (format-time-string "recv.%Y-%m")) >>=20 >> I'm getting the error "nntp does not support article copying" (tried >> it on an article in a nnml: mail group). kg> I'm also tired. It should be "nnml:recv.%Y-%m"... Well. I'm more awake now. Put the following function into my .gnus and bound it to "C-A" - now "E" expires, and "CTRL-A" archives. This seems nice enough. Thanks for your help. Oh. And I set the first argument to "nil" so you can tag several messages and archive them all at once. --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline (defun my-gnus-move-to-received () "move article into an archive for read/processed articles..." (interactive) (gnus-summary-move-article nil (format-time-string "nnfolder+archive+incoming:mail.%Y-%m"))) --=-=-= Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Regards, Georg =2D-=20 Georg C. F. Greve Free Software Foundation Europe (http://fsfeurope.org) Brave GNU World (http://brave-gnu-world.org) --=-=-=-- --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.5 and Gnu Privacy Guard iD8DBQE60YD9bvivwoZXSsoRAv5cAJ49n/gYrY5itmYem0UDpF5MBrchngCePU9t RqLzpzbRBA+7okrj4XhpUSE= =D+vV -----END PGP MESSAGE----- --==-=-=--