Gnus development mailing list
 help / color / mirror / Atom feed
* Using different backends
@ 2003-04-27 12:22 Andreas Jaeger
  2003-04-27 15:25 ` Kai Großjohann
  2003-04-28 18:58 ` Paul Jarc
  0 siblings, 2 replies; 26+ messages in thread
From: Andreas Jaeger @ 2003-04-27 12:22 UTC (permalink / raw)



I'm currently trying to use different backends for different
mailfolders.  Mails are split via procmail into one directory:

(setq mail-sources
      '(
	(directory :path "/mail-aj/Mail/procmail-work/"
		  :plugged t
		  :suffix ".spool")
	))

And I'd like to use - depending on the folder - either nnmaildir or
nnfolder for incoming mails.  I also have some nnml folders that I'm
currently converting to either nnmaildir or nnfolder:

(setq gnus-secondary-select-methods '((nnmaildir "gromit"
						 (directory "/mail-aj/Maildirs/")
						 (get-new-mail t)
						 )
				      (nnml "")
				      (nnfolder "archive")))


But what seems to happen is that now all files in my procmail dir are
now caught by nnmaildir and new (duplicated) folders exist now - one
old nnfolder/nnml and one new nnmaildir :-(.

So, how can I get this working?  I do not want nnmaildir create new
groups found in my procmail spool, it should pass them on to one of
the other methods.


I'm using Oort Gnus from CVS,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2003-10-18 12:53 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-27 12:22 Using different backends Andreas Jaeger
2003-04-27 15:25 ` Kai Großjohann
2003-04-27 19:06   ` Andreas Jaeger
2003-05-02 13:03     ` Michael Teichgräber
2003-05-02 13:30       ` Kai Großjohann
2003-05-02 14:26         ` Michael Teichgräber
2003-05-02 14:47           ` Kai Großjohann
2003-05-02 15:15             ` Michael Teichgräber
2003-05-03 15:51               ` mail-sources backend specific? (was: Using different backends) Michael Teichgräber
2003-05-03 17:25                 ` mail-sources backend specific? Kai Großjohann
2003-05-03 20:00                   ` Michael Teichgräber
2003-05-03 20:57                     ` Kai Großjohann
2003-05-04  2:40                       ` Michael Teichgräber
2003-05-04 13:29                         ` Kai Großjohann
2003-05-05 16:38                           ` Paul Jarc
2003-05-06 16:31                             ` Kai Großjohann
2003-05-06 19:55                               ` Paul Jarc
2003-05-29 14:27                                 ` Kai Großjohann
2003-05-29 16:14                                   ` Paul Jarc
2003-10-18 12:53                                     ` Lars Magne Ingebrigtsen
2003-05-03 17:21               ` Using different backends Kai Großjohann
2003-05-03 19:00                 ` Michael Teichgräber
2003-05-03 20:00                   ` Kai Großjohann
2003-04-28 18:58 ` Paul Jarc
2003-04-29  5:45   ` Andreas Jaeger
2003-04-29 15:23     ` Paul Jarc

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).