Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap split-rule and split-fancy
@ 2003-05-31 19:03 John Owens
  2003-05-31 19:25 ` Simon Josefsson
  0 siblings, 1 reply; 3+ messages in thread
From: John Owens @ 2003-05-31 19:03 UTC (permalink / raw)


Surely a dumb question, but I don't have it working correctly ...

I have several different mail spool files that I would like to
consider as a single logical mailbox. nnimap-split-inbox seems to do
this quite well:

      nnimap-split-inbox '("INBOX" "*.incoming")

And nnimap-split-fancy also seems to work OK for me:

      nnimap-split-fancy
      '(|
      ("subject" "test1" "mailbox1")
      ("subject" "test2" "mailbox2")
      ("subject" "test3" "mailbox3")
      "unsorted")

The problem I have is mapping the inboxes to the splitting, which I
understand should be done with nnimap-split-rule. I want to call the
same split-fancy rule on every one of my split inboxes. I haven't
figured out what to set for nnimap-split-rule yet. Right now I have

      nnimap-split-rule 'nnimap-split-fancy

but I've also tried

      nnimap-split-rule '((".*"    (".*" nnimap-split-fancy)))

with no success. I've been able to split from INBOX but not from the
*.incoming boxes. Suggestions as to how to set nnimap-split-rule?
Thanks.

JDO




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

end of thread, other threads:[~2003-05-31 19:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-31 19:03 nnimap split-rule and split-fancy John Owens
2003-05-31 19:25 ` Simon Josefsson
2003-05-31 19:54   ` John Owens

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