From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34173 Path: main.gmane.org!not-for-mail From: Chris Shenton Newsgroups: gmane.emacs.gnus.general Subject: Re: emacs-mail-crashbox bug? Date: 09 Jan 2001 16:57:04 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nhf399waq.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170148 29008 80.91.224.250 (21 Oct 2002 03:15:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:15:48 +0000 (UTC) Cc: ShengHuo ZHU , ding@gnus.org 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 76BF0D049E for ; Tue, 9 Jan 2001 16:58:10 -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 PAB20031; Tue, 9 Jan 2001 15:57:47 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Jan 2001 15:57:01 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA09420 for ; Tue, 9 Jan 2001 15:56:46 -0600 (CST) Original-Received: from Samizdat.uucom.com (samizdat.uucom.com [198.202.217.54]) by mailhost.sclp.com (Postfix) with ESMTP id DE2DED049E for ; Tue, 9 Jan 2001 16:57:11 -0500 (EST) Original-Received: (from cshenton@localhost) by Samizdat.uucom.com (8.9.3/8.9.3) id QAA08174; Tue, 9 Jan 2001 16:57:04 -0500 (EST) Original-To: Nick Papadonis In-Reply-To: Nick Papadonis's message of "09 Jan 2001 15:38:26 -0500" User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 43 Xref: main.gmane.org gmane.emacs.gnus.general:34173 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34173 On 09 Jan 2001 15:38:26 -0500, Nick Papadonis said: >> Nick Papadonis writes: >>> >>> I had the following problem after GNUS/Xemacs crashed on me today. >>> When trying to start GNUS again I had the following error and >>> backtrace: [tried to recover from root's /.emacs-mail-crash-box] I've seen this too. My workaround was to symlink from root's crashbox to myown, then startup gnus. Ick, feep, hacker! >>> Doing a 'touch ~/.emacs-mail-crash-box allowed me to finally start >>> it fine. Hmmm... never tried that. Why does it work? did it get your crashed mail? >> Are you using more than one mail source? Nick> Nope just this to get stuff from procmail dir: (setq gnus-secondary-select-methods '((nnml "")) ; Incoming Mail nnml-get-new-mail t mail-sources '((directory :path "~/incoming/" :suffix ""))) Hmmm, I am doing something very similar: (setq mail-sources '( (directory :path "~/ProcMail/" :suffix "") )) (setq gnus-secondary-select-methods '((nnml "")) )