[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnmaildir trouble
From: |
Paul Jarc |
Subject: |
Re: nnmaildir trouble |
Date: |
Fri, 11 Nov 2005 14:15:28 -0500 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) |
Lars Tobias Børsting <lars.tobias.borsting@ntnu.no> wrote:
> All the maildir directories are under this folder, like this:
> ~/Maildir/
> ~/Maildir/.spam
> ~/Maildir/.Trash
> ~/Maildir/.lists.gnus
> etc.
nnmaildir ignores anything starting with ".". I'd suggest:
$ cd ~/Maildir
$ mkdir ~/nnmaildir
$ for i in .[!.]*; do ln -s ~/Maildir/"$i" ~/nnmaildir/"${i#.}"; done
$ ln -s ~/Maildir ~/nnmaildir/inbox
Then you can use ~/nnmaildir in your select method.
paul
- nnmaildir trouble, Lars Tobias Børsting, 2005/11/10
- Re: nnmaildir trouble,
Paul Jarc <=