From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26458 Path: main.gmane.org!not-for-mail From: Jason R Mastaler Newsgroups: gmane.emacs.gnus.general Subject: Re: maildir support in Pterodactyl Gnus Date: 08 Nov 1999 23:01:34 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: <5bzowoo9nq.fsf@giga.cs.rochester.edu> <2nzowowf06.fsf@tiger.jia.vnet> <2nvh7cw9ru.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 1035163663 19493 80.91.224.250 (21 Oct 2002 01:27:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:27:43 +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 BAA13536 for ; Tue, 9 Nov 1999 01:02:29 -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 AAB31636; Tue, 9 Nov 1999 00:02:26 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Nov 1999 00:02:43 -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 AAA21203 for ; Tue, 9 Nov 1999 00:02:33 -0600 (CST) Original-Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id BAA13524 for ; Tue, 9 Nov 1999 01:02:01 -0500 (EST) Original-Received: from ashanti.mastaler.com (pool-207-205-182-155.phnx.grid.net [207.205.182.155]) by smtp7.atl.mindspring.net (8.8.5/8.8.5) with SMTP id BAA20995 for ; Tue, 9 Nov 1999 01:01:59 -0500 (EST) Original-Received: (qmail 17959 invoked from network); 9 Nov 1999 06:01:35 -0000 Original-Received: from unknown (HELO bodhi.mastaler.com.mastaler.com) (172.18.3.15) by 172.18.3.10 with SMTP; 9 Nov 1999 06:01:35 -0000 Original-To: ding@gnus.org X-Face: #dTln?AHy?@V&.5OHQ?JSP?PI%g[Mll2?cy7O$b89Bl=0cSy1&U1>m]!hWbnzq976"\ In-Reply-To: Shenghuo ZHU's message of "08 Nov 1999 23:48:05 -0500" Original-Lines: 20 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/21.1 (20 Minutes to Nikko) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26458 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26458 Shenghuo ZHU writes: > 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. They are both on the same filesystem, but my client workstation (juju) which is running Gnus, is accessing them over NFS. [jason@juju ~]$ df ~ Filesystem 1k-blocks Used Available Use% Mounted on rr:/u1/jason 6080483 3292458 2473027 57% /users/jason [jason@juju ~]$ df ~/Maildir/new/ Filesystem 1k-blocks Used Available Use% Mounted on rr:/u1/jason 6080483 3292458 2473027 57% /users/jason