From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31459 Path: main.gmane.org!not-for-mail From: Soren Dayton Newsgroups: gmane.emacs.gnus.general Subject: Re: moving mail from nnml -> nnimap Date: 19 Jun 2000 11:31:46 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86ya411vkd.fsf@everest.overx.com> References: <86itv57obz.fsf@everest.overx.com> Reply-To: dayton@overx.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035167866 14120 80.91.224.250 (21 Oct 2002 02:37:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:37:46 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 62112D051F for ; Mon, 19 Jun 2000 12:36:39 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id LAC20073; Mon, 19 Jun 2000 11:32:29 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 19 Jun 2000 11:31:29 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA20842 for ; Mon, 19 Jun 2000 11:31:14 -0500 (CDT) Original-Received: from everest.overx.com (everest.overx.com [63.93.29.10]) by mailhost.sclp.com (Postfix) with ESMTP id 52162D051F for ; Mon, 19 Jun 2000 12:31:48 -0400 (EDT) Original-Received: by everest.overx.com (Postfix, from userid 1001) id CE145200F; Mon, 19 Jun 2000 11:31:47 -0500 (CDT) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai=?iso-8859-1?q?_Gro=DFjohann?=) In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Mon, 19 Jun 2000 16:44:00 +0200" Original-Lines: 30 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31459 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31459 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Soren Dayton writes: >=20 > > I have about 4 years worth of mail in nnml and I would like to move= it > > to nnimap, keeping the flags (!, *, R, etc), if possible. is there > > a good way to do it? >=20 > For each group nnml:foo do > create group nnimap:foo > enter group nnml:foo using `C-u RET', listing all messages > mark all articles using `M P a' > move all messages to nnimap:foo using `B m' > end for =20 [snip] > You could write little Lisp snippets to automate these tasks. Yup. Not actually that hard. One more question: what do people do about the change is group hierarchy seperator? Exchange uses "foo/bar" where gnus uses "foo.bar". I just have to do the translation myself because Exchange is more promiscuous about names than gnus? Is that the solution? I see that gnus doesn't support making groups with "/" in the names. What have people done here? Soren