Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: Export the entire ~/Mail tree step by step to mbox
Date: Sun, 14 May 2000 11:59:31 +0200 (MET DST)	[thread overview]
Message-ID: <200005140959.LAA05486@marcy.cs.uni-dortmund.de> (raw)
In-Reply-To: Stefan Waldherr's message of "14 May 2000 11:46:12 +0200"

Stefan Waldherr <stefan@waldherr.org> writes:

> I would like to export (respool, output, save, or whatever) my
> entire ~/Mail tree to a new tree in mbox format. That means, the
> directory ~/Mail/foo becomes the mbox file ~/newMail/foo, and so
> forth.

You need two servers, one for nnml and one for nnfolder.  Possibly
like this:

(setq gnus-secondary-select-methods
      '((nnml "")
        (nnfolder "" (nnfolder-directory "~/newMail/"))))

You may need more parameters for nnfolder, in addition to
nnfolder-directory.  See the Gnus info file for details.  Be
especially careful that nnml and nnfolder use different `active'
files!

Now there are two possibilities:

(1) For each group nnml:foo, you move all messages to nnfolder:foo, as
    follows:
    - Enter group nnml:foo, displaying all messages:  C-u RET
    - Mark all displayed messages: M P a
    - Move all marked messages to the other group:
      B m RET nnfolder:foo RET

(2) Set nnmail-split-methods such that all messages will end up in the
    right folder, then run `B r' in each group.  Specify `nnfolder' as
    backend to use for splitting to.

kai
-- 
Beware of flying birch trees.




      reply	other threads:[~2000-05-14  9:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-14  9:46 Stefan Waldherr
2000-05-14  9:59 ` Kai Großjohann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200005140959.LAA05486@marcy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).