From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19739 Path: main.gmane.org!not-for-mail From: Sai-Lai Lo Newsgroups: gmane.emacs.gnus.general Subject: temporary files left behind by nnfolder Date: 07 Dec 1998 12:36:52 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: <3or9ucqgbf.fsf@neem.cam-orl.co.uk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158034 13137 80.91.224.250 (20 Oct 2002 23:53:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:53:54 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA13430 for ; Mon, 7 Dec 1998 07:39:08 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id GAA29128; Mon, 7 Dec 1998 06:37:46 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 07 Dec 1998 06:37:45 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id GAA07080 for ; Mon, 7 Dec 1998 06:37:32 -0600 (CST) Original-Received: from shallot.cam-orl.co.uk (shallot.cam-orl.co.uk [158.124.64.109]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA13409 for ; Mon, 7 Dec 1998 07:37:12 -0500 (EST) Original-Received: from neem ([158.124.65.37] helo=neem.cam-orl.co.uk ident=sll) by shallot.cam-orl.co.uk with esmtp (Exim 2.02 #3) id 0zmzuI-0002C9-00 for ding@gnus.org; Mon, 7 Dec 1998 12:36:54 +0000 Original-Received: by neem.cam-orl.co.uk (8.8.7//ident-1.0) id MAA01186; Mon, 7 Dec 1998 12:36:52 GMT Original-To: ding@gnus.org User-Agent: Gnus/5.070063 (Pterodactyl Gnus v0.63) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 35 Xref: main.gmane.org gmane.emacs.gnus.general:19739 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19739 Not long ago I began to try out pgnus. One thing I noticed since the changeover is that in my nnfolder-directory, there are lots of Incoming* files. It seems that these files are created every time pgnus fetch mail from incoming mail folders in nnmail-procmail-directory. I guess these are temporary files which normally would be deleted. But for some reason they are left behind. My setup is: (setq nnfolder-directory "~/private/Mail") (setq nnmail-use-procmail t) (setq nnmail-spool-file (list (getenv "MAIL"))) (setq nnmail-use-long-file-names t) (setq nnmail-procmail-directory "/home/sll/private/Mail/incoming/") (setq gnus-secondary-select-methods '((nnfolder ""))) (setq nnmail-procmail-suffix "") (setq gnus-auto-expirable-newsgroups "axp-kernel-list.mail\\|axplinux.mail\\|corba.mail\\|egcs.mail\\|egcs-bugs.mail\\|hurricane.mail\\|linux-atm.mail\\|wmaker.mail\\|corba-dev.mail") (setq nnmail-expiry-wait 7) (setq nnmail-keep-list-article t) (remove-hook 'gnus-mark-article-hook 'gnus-summary-mark-read-and-unread-as-read) (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read) I hope I've provided sufficent information for the bug(?) to be reproduced. I had a look at nnmail-get-new-mail which seems to delete the temporary files before the function returns and it is the same code as the released version of gnus. Regards, Sai-Lai Lo