From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32390 Path: main.gmane.org!not-for-mail From: "G. Todd" Newsgroups: gmane.emacs.gnus.general Subject: crazy fool thing to do with gnus and netscape Date: 11 Sep 2000 15:18:42 -0400 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: Reply-To: gtodd@yorku.ca NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168667 19462 80.91.224.250 (21 Oct 2002 02:51:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:51:07 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 0DC37D051E for ; Mon, 11 Sep 2000 15:25:49 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAC03753; Mon, 11 Sep 2000 14:16:11 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 11 Sep 2000 14:15:01 -0500 (CDT) 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 OAA07800 for ; Mon, 11 Sep 2000 14:14:50 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [195.204.10.139]) by mailhost.sclp.com (Postfix) with ESMTP id 95C6AD051E for ; Mon, 11 Sep 2000 15:15:04 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id VAA20834 for ding@gnus.org; Mon, 11 Sep 2000 21:14:41 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 21 Original-NNTP-Posting-Host: hse-toronto-ppp173792.sympatico.ca Original-X-Trace: quimby.gnus.org 968699680 6014 64.229.64.207 (11 Sep 2000 19:14:40 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 11 Sep 2000 19:14:40 GMT User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Canyonlands) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32390 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32390 On a shared account I've been keeping almost all the mail in nnfolder format file under ~/Gnus/nnfolder. Someone else uses ~/ns_mail and stores mail there for netscape. Is the following a crazy fool operation: for file in ~/Gnus/nnfolder/* ; do ln -s $file ~/ns_mail/; done ... so those those same folders could be read under netscape's mail reader? (and I guess then link Netscape folders into ~/Gnus so the vice versa operation would work too). I'm pessimistically assuming things around file locking, corruption, incompatability etc. would result in generalized badness. Is moving everything onto a server and accessing it via IMAP the best way? -- G. Todd