Gnus development mailing list
 help / color / mirror / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: importing an old gnus dir hierarchy
Date: Thu, 07 Nov 2002 08:35:32 +0100	[thread overview]
Message-ID: <84of91u917.fsf@crybaby.uni-duisburg.de> (raw)
In-Reply-To: <ruopttilj98.fsf@billwlx.wolfram.com>

Bill White <billw@wolfram.com> writes:

> I have an old gnus nnml directory hierarchy that I'd like to "import"
> into my current gnus.

So the old hierarchy already has .overview files?  Then it should be
as easy as creating a new nnml server which looks at the right
directory.  I think you need to frob not only nnml-directory but also
nnml-active-file for the server:

(add-to-list 'gnus-secondary-select-methods
             '(nnml "billw"
               (nnml-directory "/billw/Mail-work")
               (nnml-active-file "/billw/Mail-work/active")))

This will give you nnml+billw:archive.2001-09 and so on.  Please
check where your active file is.  Maybe if you don't have it, you can
use M-x nnml-generate-nov-databases RET to create it.

Hm.  Coming to think of it, I think you can just use M-x
nnml-generate-nov-databases RET (or `g' on the server from the server
buffer) to generate the .overview files, as well.  So just the
articles are important.

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)



      reply	other threads:[~2002-11-07  7:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-06 17:07 Bill White
2002-11-07  7:35 ` 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=84of91u917.fsf@crybaby.uni-duisburg.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /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).