Gnus development mailing list
 help / color / mirror / Atom feed
From: John Owens <jowens@ece.ucdavis.edu>
Subject: nnimap split-rule and split-fancy
Date: Sat, 31 May 2003 12:03:45 -0700	[thread overview]
Message-ID: <xyqisrrj5v2.fsf@samba3.ece.ucdavis.edu> (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




             reply	other threads:[~2003-05-31 19:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-31 19:03 John Owens [this message]
2003-05-31 19:25 ` Simon Josefsson
2003-05-31 19:54   ` John Owens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xyqisrrj5v2.fsf@samba3.ece.ucdavis.edu \
    --to=jowens@ece.ucdavis.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).