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: Just Deleted all my mails - How?
Date: 03 Apr 2001 17:52:23 +0200	[thread overview]
Message-ID: <vafofue6kw8.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <986305890.3ac9d5621bc4b@webmail.ipeng.com> (Ian Swainson's message of "Tue, 03 Apr 2001 14:51:30 +0100 (IST)")

On Tue, 03 Apr 2001, Ian Swainson wrote:

> I created (in my .gnus) a secondary select method thusly:
> 
> (setq gnus-secondary-select-methods '(
> 					(nnfolder "Archive")))

Then your nnml select method was using _directories_ ~/Mail/foo,
whereas this nnfolder select method was using _files_ ~/Mail/foo.
Since ~/Mail/foo cannot both be a file and a directory, instant
lossage resulted.

You should add server parameters to move this select method to some
other directory:

(setq gnus-secondary-select-methods
      '((nnfolder "Archive"
         (nnfolder-directory "~/mail-archive/")
         (nnfolder-active-file "~/mail-archive/active"))))

Not sure whether you need to add more parameters -- have a look in the
Gnus info file.

You know that it works if you _don't_ get an nnfolder group for every
nnml group you have.  You have to create the nnfolder groups manually
with `G m' (or they will be created automatically when you `B m' a
message to them).

kai
-- 
Be indiscrete.  Do it continuously.


      reply	other threads:[~2001-04-03 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-03 13:51 Ian Swainson
2001-04-03 15:52 ` 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=vafofue6kw8.fsf@lucy.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).