From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29266 Path: main.gmane.org!not-for-mail From: dave-mlist@bfnet.com Newsgroups: gmane.emacs.gnus.general Subject: Infinitely growing Mail/Incoming??? Date: 18 Feb 2000 11:52:00 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165966 1753 80.91.224.250 (21 Oct 2002 02:06:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:06:06 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 29F2AD051E for ; Fri, 18 Feb 2000 15:00:49 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB30028; Fri, 18 Feb 2000 13:59:41 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 18 Feb 2000 13:54:39 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA13659 for ; Fri, 18 Feb 2000 13:54:12 -0600 (CST) Original-Received: from knave.rad.directint.net (knave.rad.directint.net [207.168.228.90]) by mailhost.sclp.com (Postfix) with SMTP id 934D0D051E for ; Fri, 18 Feb 2000 14:54:13 -0500 (EST) Original-Received: (qmail 29453 invoked by uid 2001); 18 Feb 2000 16:52:00 -0000 Original-To: ding@gnus.org In-Reply-To: Jonas Steverud's message of "18 Feb 2000 15:39:25 +0100" Original-Lines: 29 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29266 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29266 I have this snippet in my .gnus file: ; Put the "Incoming*" files here (setq mail-source-directory "~/Mail/Incoming/") (setq mail-sources '((maildir :path "/home/dave/Mail/test/Maildir/new") (maildir :path "/home/dave/Mail/misc/Maildir/new") (maildir :path "/home/dave/Mail/mlist/Maildir/new") (maildir :path "/home/dave/Mail/personal/Maildir/new") (maildir :path "/home/dave/Mail/default/Maildir/new") )) I also have this line: (setq mail-source-delete-incoming nil) Unfortunately I see my ~/Mail/Incoming directory growing without bound. I tried to clean it once, but it caused Gnus to have a fit and toss its cookies. I have just changed that line to (setq mail-source-delete-incoming t) in my .gnus file, but what will happen to the old files? Can I clean them safely? What is the right way to do that? Thanks, Dave