From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87207 Path: news.gmane.org!.POSTED!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.general Subject: unwanted backup files with nnfolder archive method Date: Sat, 06 Aug 2016 16:10:43 +0200 Message-ID: <87d1lmasyk.fsf@free.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1470492730 31357 195.159.176.226 (6 Aug 2016 14:12:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2016 14:12:10 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M35427@lists.math.uh.edu Sat Aug 06 16:12:06 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bW2KU-00063n-Eb for ding-account@gmane.org; Sat, 06 Aug 2016 16:11:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86_2) (envelope-from ) id 1bW2Jd-0002B2-BL; Sat, 06 Aug 2016 09:11:05 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_2) (envelope-from ) id 1bW2JZ-0002AW-Jy for ding@lists.math.uh.edu; Sat, 06 Aug 2016 09:11:01 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.86_2) (envelope-from ) id 1bW2JY-0004Cz-83 for ding@lists.math.uh.edu; Sat, 06 Aug 2016 09:11:01 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1bW2JV-0006gB-Cq for ding@gnus.org; Sat, 06 Aug 2016 16:10:57 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bW2JQ-0005YF-KQ for ding@gnus.org; Sat, 06 Aug 2016 16:10:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:t12H6JqBr5sx5wm0/pMYmoJbYgY= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87207 Archived-At: I'm using the nnfolder method to archive my sent mail and posts as described in the Gnus manual with: --8<---------------cut here---------------start------------->8--- (setq gnus-message-archive-method '(nnfolder "archive" (nnfolder-inhibit-expiry t) (nnfolder-active-file "~/email/Local/archive/active") (nnfolder-directory "~/email/Local/archive/") (nnfolder-get-new-mail nil) (nnir-search-engine notmuch) )) (setq gnus-message-archive-group '((if (message-news-p) (format-time-string "sent-news-%Y-%m") (format-time-string "sent-mail-%Y-%m")))) --8<---------------cut here---------------end--------------->8--- However, I've noticed that for each "sent-mail-%Y-%m" file, there is also a "sent-mail-%Y-%m~" backup file created, with roughly the same size: the size of the archive folder is then doubled. Is it the expected behaviour, or is there some way to avoid these filesĀ ? Julien.