On Wed, 2008-05-07 at 22:13 +0200, Stefan Klatt wrote:
> namespace:
>   type: private
>   separator: /
>   location: mbox:/srv/imapd/user/%u/Spam

I guess the Spam is a mbox file? You can't create a location to point
only to a single mailbox. Rather you might want to use something like:

namespace private {
  prefix = mbox/
  location = mbox:/srv/imapd/user/%u
}

Then you'll have mbox/Spam, and whatever other mbox files exist in that
directory.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to