From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31929 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: (provide 'nnmaildir) Date: 04 Aug 2000 11:44:42 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20000715005611.8018.qmail@multivac.student.cwru.edu> <20000717182810.13970.qmail@multivac.student.cwru.edu> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035168283 16829 80.91.224.250 (21 Oct 2002 02:44:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:44:43 +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 6AFB6D051E for ; Sun, 6 Aug 2000 15:05:44 -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 KAC06632; Fri, 4 Aug 2000 10:45:17 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 04 Aug 2000 10:44:25 -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 KAA16560 for ; Fri, 4 Aug 2000 10:44:16 -0500 (CDT) Original-Received: from multivac.student.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.239.69]) by mailhost.sclp.com (Postfix) with SMTP id 34CB8D051E for ; Fri, 4 Aug 2000 11:44:47 -0400 (EDT) Original-Received: (qmail 19568 invoked by uid 500); 4 Aug 2000 15:44:42 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: prj@po.cwru.edu's message of "03 Aug 2000 10:58:29 -0400" Original-Lines: 20 X-Mailer: Gnus v5.7/Emacs 20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31929 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31929 internal: .nnmaildir-max is now a symlink, no longer in cur/ bugfix: -open-server no longer stomps on your select method To migrate from earlier versions, execute this command in each maildir you're using with nnmaildir: bash -c 'for max in cur/.nnmaildir-max-*;do ln -s "${max##*/.*-}" .nnmaildir-max;rm "$max";done' I expect the on-disk storage will not undergo any more changes; future upgrades should not require more than restarting emacs. Still on the todo list: moving articles between groups and renumbering articles with -request-update-info. There are no known outstanding bugs. I haven't tried using nnmaildir with XEmacs, so I'm especially interested in hearing about problems there. Are there any online guides to writing code portable between Emacs & XEmacs? paul