Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Defining a new nnml server with different nnml-directory
@ 2008-08-20 23:40 Rodolfo Medina
  0 siblings, 0 replies; only message in thread
From: Rodolfo Medina @ 2008-08-20 23:40 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-20 23:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-20 23:40 Defining a new nnml server with different nnml-directory Rodolfo Medina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).