From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44193 Path: main.gmane.org!not-for-mail From: gnu@vsnl.net (Ramakrishnan M) Newsgroups: gmane.emacs.gnus.general Subject: Archiving old emails Date: 07 Apr 2002 22:45:19 +0530 Organization: Free Software for the Free World Sender: owner-ding@hpc.uh.edu Message-ID: <87it73ig60.fsf@vsnl.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1018199881 12720 127.0.0.1 (7 Apr 2002 17:18:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 7 Apr 2002 17:18:01 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16uGIi-0003Is-00 for ; Sun, 07 Apr 2002 19:18:01 +0200 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 16uGHw-0001Ag-00; Sun, 07 Apr 2002 12:17:12 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 07 Apr 2002 12:17:21 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA28301 for ; Sun, 7 Apr 2002 12:17:11 -0500 (CDT) Original-Received: (qmail 11272 invoked by alias); 7 Apr 2002 17:16:56 -0000 Original-Received: (qmail 11267 invoked from network); 7 Apr 2002 17:16:55 -0000 Original-Received: from ppp-188-165.bng.vsnl.net.in (HELO alpha) (mail@203.197.188.165) by gnus.org with SMTP; 7 Apr 2002 17:16:55 -0000 Original-Received: from rkrishnan by alpha with local (Exim 3.32 #1 (Debian)) id 16uGG7-0000AW-00 for ; Sun, 07 Apr 2002 22:45:19 +0530 Original-To: ding@gnus.org Original-Lines: 29 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44193 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44193 I am trying to archive my old 'read' emails into folders. I do the following in my .gnus file: ;; first set the default format in which to save emails (in an archive) (setq gnus-default-article-saver 'gnus-summary-save-in-mail) ;; file name to save the mail ;((gnus-article-archive-name) (concat "personal-mails-archive." (format-time-string ; "%m-%Y" (current-time)))) (setq gnus-split-methods '(((equal gnus-newsgroup-name "personal") (concat "personal-mails-archive." (format-time-string "%m-%Y" (current-time)))) ((equal gnus-newsgroup-name "rkrishnan.debian") (concat "rkrishnan-debian-archives." (format-time-string "%m-%Y" (current-time)))))) But while I press `o' in the article buffer to save the article, I get an error Wrong argument type: stringp, (concat "personal-mails-archive" (format-...)) What is the problem here? is this a right way of archiving articles? My gnus version is 5.8.8 on GNU Emacs 21.1 thanks -- Ramakrishnan M (http://www.hackGNU.org/) Use Free Software (http://www.gnu.org/)