Gnus development mailing list
 help / color / mirror / Atom feed
* unwanted backup files with nnfolder archive method
@ 2016-08-06 14:10 Julien Cubizolles
  2016-08-08  4:03 ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Cubizolles @ 2016-08-06 14:10 UTC (permalink / raw)
  To: ding

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-08 23:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-06 14:10 unwanted backup files with nnfolder archive method Julien Cubizolles
2016-08-08  4:03 ` Katsumi Yamaoka
2016-08-08 13:53   ` Julien Cubizolles
2016-08-08 23:01     ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).