From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26426 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: maildir support in Pterodactyl Gnus Date: 08 Nov 1999 18:17:45 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <5bzowoo9nq.fsf@giga.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163637 19334 80.91.224.250 (21 Oct 2002 01:27:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:27:17 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA07965 for ; Mon, 8 Nov 1999 18:18:21 -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 RAB30629; Mon, 8 Nov 1999 17:18:16 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Nov 1999 17:18:33 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA17049 for ; Mon, 8 Nov 1999 17:18:19 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA07949 for ; Mon, 8 Nov 1999 18:17:47 -0500 (EST) Original-Received: from giga.cs.rochester.edu (giga.cs.rochester.edu [192.5.53.186]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id SAA20222 for ; Mon, 8 Nov 1999 18:17:46 -0500 (EST) Original-Received: (from zsh@localhost) by giga.cs.rochester.edu (8.9.1b+Sun/Q++) id SAA06350; Mon, 8 Nov 1999 18:17:45 -0500 (EST) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: jason@ahpcc.unm.edu's message of "08 Nov 1999 13:28:45 -0700" Original-Lines: 30 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:26426 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26426 >>>>> "Jason" == Jason R Mastaler writes: Jason> Is anyone using the maildir support in Pterodactyl Gnus? I can't get Jason> it to work right in v0.98. After creating my ~/Maildir/, I specified Jason> my mail-source in .gnus. Jason> ;; Get mail from a qmail maildir Jason> (setq mail-sources Jason> '((maildir))) Jason> When I try and incorporate new mail with `g', I get the following Jason> error message: Jason> Mail source error ((error IO reading /users/jason/.emacs-mail-crash-box: Input/output error)). Continue? (yes or no) Jason> I answer "no", and receive "Cannot get new mail". Looking at Jason> .emacs-mail-crash-box, the message appears to be stuck there. Jason> However, if I then hit `g' a second time, the mail is properly Jason> incorporated without any errors and the crash-box is cleared. Jason> This happens every time. For the time being, I've switched Jason> back to pop3 which works fine, but I'd like really like to use Jason> maildir. Any ideas? (setq debug-on-signal t) (setq debug-on-error t) Then send the backtrace. -- Shenghuo ZHU