From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26453 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 23:48:05 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nvh7cw9ru.fsf@tiger.jia.vnet> References: <5bzowoo9nq.fsf@giga.cs.rochester.edu> <2nzowowf06.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 1035163659 19463 80.91.224.250 (21 Oct 2002 01:27:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:27:39 +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 XAA12242 for ; Mon, 8 Nov 1999 23:49:38 -0500 (EST) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id WAB30789; Mon, 8 Nov 1999 22:49:36 -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 22:49:56 -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 WAA20753 for ; Mon, 8 Nov 1999 22:49:45 -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 XAA12232 for ; Mon, 8 Nov 1999 23:49:15 -0500 (EST) Original-Received: from heart.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id XAA22533 for ; Mon, 8 Nov 1999 23:48:59 -0500 (EST) Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id XAA03407; Mon, 8 Nov 1999 23:48:05 -0500 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 R Mastaler's message of "08 Nov 1999 21:29:57 -0700" Original-Lines: 17 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26453 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26453 >>>>> "Jason" == Jason R Mastaler writes: [...] Jason> The maildir is NFS mounted off a Linux 2.2.x server's ext2 Jason> filesystem. The client is Linux 2.2.x as well. Pretty common Jason> setup I'd imagine. So your maildir ("~/Maildir/new/") and home dir ("~/") are not on the same filesystem. That would be a problem for (rename-file "~/Maildir/new/" "~/.emacs-mail-crash-box") in mail-source-fetch-maildir. If you can confirm my guess, I can fix it. -- Shenghuo