From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59771 Path: main.gmane.org!not-for-mail From: Sebastian Luque Newsgroups: gmane.emacs.gnus.general Subject: changing archiving method/group Date: Thu, 10 Feb 2005 12:11:59 -0600 Message-ID: <876510p9n4.fsf@mun.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108059025 30613 80.91.229.2 (10 Feb 2005 18:10:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 18:10:25 +0000 (UTC) Original-X-From: ding-owner+M8312@lists.math.uh.edu Thu Feb 10 19:10:25 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1CzIix-0001Zs-HM for ding-account@gmane.org; Thu, 10 Feb 2005 19:07:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CzIjw-0001ha-00; Thu, 10 Feb 2005 12:08:32 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CzIjs-0001hV-00 for ding@lists.math.uh.edu; Thu, 10 Feb 2005 12:08:28 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CzIjh-0003lq-6s for ding@lists.math.uh.edu; Thu, 10 Feb 2005 12:08:17 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1CzIjg-0006Sl-00 for ; Thu, 10 Feb 2005 19:08:16 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1CzIgk-0000wf-1m for ding@gnus.org; Thu, 10 Feb 2005 19:05:15 +0100 Original-Received: from s0106000ae61de208.wp.shawcable.net ([24.77.59.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Feb 2005 19:05:14 +0100 Original-Received: from sluque by s0106000ae61de208.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Feb 2005 19:05:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s0106000ae61de208.wp.shawcable.net User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:0UrR+QYGbWvrBZxIZ11ou1ytjU4= X-Spam-Score: -4.8 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8312@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59771 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59771 Sending messages has suddenly become slow (~10 s - 1 min), and reading the FAQ suggests ditching nnfolder for storing sent messages. I tried to do that, while keeping my splitting structure. This is my previous setup: ,-----[ .gnus.el (lines: 36 - 50) ] | (setq message-directory "~/News/mail" | ;; how and where to store sent messages | gnus-message-archive-method | '(nnfolder "archive" | (nnfolder-inhibit-expiry t) | (nnfolder-get-new-mail nil) | (nnfolder-active-file "~/News/sent/active") | (nnfolder-directory "~/News/sent/")) | ;; sort sent mail and news into different groups | gnus-message-archive-group | '((if (message-news-p) | "sent-news" | (concat "sent-" (format-time-string "%m-%Y")))) | message-auto-save-directory "~/News/drafts") `----- So I tried replacing 'nnfolder' with 'nnml' above, but that was obviously wrong, as I got an error (wrong type argument) when composing any message. I'm confused about the relationships between gnus-message-archive-method and gnus-message-archive-group, so don't really know what to do here (not even sure whether this is the right solution to my problem). Any help is appreciated. -- Sebastian Luque