Jarle Thorsen <[EMAIL PROTECTED]> wrote: > When I go to the Server buffer I don't have any nnmaildir server???
Have you restarted Gnus or reloaded .gnus since you changed it? > (add-to-list 'gnus-secondary-select-methods > '(nnmaildir "" (directory "~/Mail/nnmaildir"))) Different parts of Gnus all use ~/Mail by default, but in different, incompatible ways. (I guess they assume they won't all be used at the same time, but sometimes that's wrong.) I'd suggest using a different directory to ensure this doesn't interfere with any other parts of Gnus. > $ls -l ~/Mail/nnmaildir/ > total 0 > lrwxrwxrwx 1 jarle jarle 22 Mar 16 22:31 spam -> /home/jarle/Mail/spam// > > (hmmm, why do I have two "/" after spam when I do "ls"? Never seen this > before...) I don't know, but you should be able to fix it like this: $ cd ~/Mail/nnmaildir $ rm spam $ ln -s ~/Mail/spam spam paul _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
