From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73097 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.gnus.general Subject: make it easier to use nnml for archive groups Date: Thu, 14 Oct 2010 01:07:10 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287032947 22287 80.91.229.12 (14 Oct 2010 05:09:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Oct 2010 05:09:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21469@lists.math.uh.edu Thu Oct 14 07:09:06 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P6G3o-00084Z-Eq for ding-account@gmane.org; Thu, 14 Oct 2010 07:09:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P6G2B-0005UQ-1L; Thu, 14 Oct 2010 00:07:19 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P6G27-0005U8-Ac for ding@lists.math.uh.edu; Thu, 14 Oct 2010 00:07:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P6G24-0000v3-Lu for ding@lists.math.uh.edu; Thu, 14 Oct 2010 00:07:14 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P6G23-0002WA-00 for ; Thu, 14 Oct 2010 07:07:11 +0200 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P6G22-0006vr-6Z for ding@gnus.org; Thu, 14 Oct 2010 01:07:10 -0400 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73097 Archived-At: Can the configuration for using nnml as the archive method be made easier? This is what's in my .gnus.el: (setq gnus-message-archive-method '(nnml "archive" (nnml-directory "~/Mail/archive") (nnml-active-file "~/Mail/archive/active") (nnml-get-new-mail nil) (nnml-inhibit-expiry t))) nnml is better as an archive method than nnfolder. With nnfolder the file gets very big if you send a few attachments. With nnml one can use: (setq gnus-message-archive-group (concat "sent-mail-" (format-time-string "%Y"))) and not suffer performance penalties when archiving sent mail.