Lars Tobias Børsting <[EMAIL PROTECTED]> 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
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english