In my .gnus.el, I have:

 (setq gnus-select-method '(nnml ""))
 (setq nnmail-split-methods '(("inbox" "")))

, and all new mail messages are put in the `inbox' group and stored in
the
"~/Mail/inbox" directory.  Now, I want to create a new nnml server,
say
`test', but with a different directory, say "~/my-dir/" in place of "~/
Mail/".
Then I put in .gnus.el the following stuff:

(setq gnus-secondary-select-methods
      '((nnml "test"
              (nnml-directory "~/my-dir/")
              (nnml-active-file "~/my-dir/active")
              (nnml-newsgroups-file "~/my-dir/newsgroups"))))

.  But now my inbox messages are stored in "~/my-dir/inbox", that I
don't want.
How can I avoid that?

Thanks for any help
Rodolfo
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to