From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26424 Path: main.gmane.org!not-for-mail From: jason@ahpcc.unm.edu (Jason R. Mastaler) Newsgroups: gmane.emacs.gnus.general Subject: maildir support in Pterodactyl Gnus Date: 08 Nov 1999 13:28:45 -0700 Organization: Albuquerque High Performance Computing Center 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 1035163636 19324 80.91.224.250 (21 Oct 2002 01:27:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:27:16 +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 RAA07569 for ; Mon, 8 Nov 1999 17:56:42 -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 QAB30498; Mon, 8 Nov 1999 16:56:35 -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 16:56:49 -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 QAA16735 for ; Mon, 8 Nov 1999 16:56:39 -0600 (CST) Original-Received: from agave.alliance.unm.edu (qmailr@agave.alliance.unm.edu [129.24.240.21]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id RAA07559 for ; Mon, 8 Nov 1999 17:56:06 -0500 (EST) Original-Received: (qmail 15289 invoked from network); 8 Nov 1999 20:28:45 -0000 Original-Received: from windlord.alliance.unm.edu (qmailr@129.24.240.30) by agave.alliance.unm.edu with SMTP; 8 Nov 1999 20:28:45 -0000 Original-Received: (qmail 14738 invoked by uid 600); 8 Nov 1999 20:28:45 -0000 Original-To: ding@gnus.org Mail-Copies-To: never Original-Lines: 20 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) XEmacs/21.1 (20 Minutes to Nikko) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26424 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26424 Is anyone using the maildir support in Pterodactyl Gnus? I can't get it to work right in v0.98. After creating my ~/Maildir/, I specified my mail-source in .gnus. ;; Get mail from a qmail maildir (setq mail-sources '((maildir))) When I try and incorporate new mail with `g', I get the following error message: Mail source error ((error IO reading /users/jason/.emacs-mail-crash-box: Input/output error)). Continue? (yes or no) I answer "no", and receive "Cannot get new mail". Looking at .emacs-mail-crash-box, the message appears to be stuck there. However, if I then hit `g' a second time, the mail is properly incorporated without any errors and the crash-box is cleared. This happens every time. For the time being, I've switched back to pop3 which works fine, but I'd like really like to use maildir. Any ideas?