From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87211 Path: news.gmane.org!.POSTED!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.general Subject: Re: unwanted backup files with nnfolder archive method Date: Mon, 08 Aug 2016 15:53:02 +0200 Message-ID: <87zionz7sx.fsf@free.fr> References: <87d1lmasyk.fsf@free.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1470664421 18541 195.159.176.226 (8 Aug 2016 13:53:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2016 13:53:41 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M35431@lists.math.uh.edu Mon Aug 08 15:53:36 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 1bWkze-00032H-Iy for ding-account@gmane.org; Mon, 08 Aug 2016 15:53:26 +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 1bWkzP-0007EU-HK; Mon, 08 Aug 2016 08:53:11 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_2) (envelope-from ) id 1bWkzN-0007Du-23 for ding@lists.math.uh.edu; Mon, 08 Aug 2016 08:53:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.86_2) (envelope-from ) id 1bWkzL-0003cN-7q for ding@lists.math.uh.edu; Mon, 08 Aug 2016 08:53:08 -0500 Original-Received: from smtp6-g21.free.fr ([212.27.42.6]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1bWkzJ-00053b-I3 for ding@gnus.org; Mon, 08 Aug 2016 15:53:05 +0200 Original-Received: from touco (unknown [37.161.64.134]) by smtp6-g21.free.fr (Postfix) with ESMTPS id 527DB780372; Mon, 8 Aug 2016 12:15:15 +0200 (CEST) In-Reply-To: (Katsumi Yamaoka's message of "Mon, 08 Aug 2016 13:03:22 +0900") List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87211 Archived-At: Katsumi Yamaoka writes: > On Sat, 06 Aug 2016 16:10:43 +0200, Julien Cubizolles wrote: >> However, I've noticed that for each "sent-mail-%Y-%m" file, there is >> also a "sent-mail-%Y-%m~" backup file created, > > Is this yours? :) > '---- [ C-h i d m Gnus RET m Mail Folders RET ] > | `nnfolder-save-buffer-hook' > | Hook run before saving the folders. Note that Emacs does the > | normal backup renaming of files even with the `nnfolder' buffers. > | If you wish to switch this off, you could say something like the > | following in your `.emacs' file: > | > | (defun turn-off-backup () > | (set (make-local-variable 'backup-inhibited) t)) > | > | (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup) > `---- That's exactly what I needed, thanks. By the way, what command do you use to cite an info node in this manner=C2=A0? Regards, Julien.