Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org
Subject: Re: nnimap split-rule and split-fancy
Date: Sat, 31 May 2003 21:25:22 +0200	[thread overview]
Message-ID: <ilusmquj4v1.fsf@latte.josefsson.org> (raw)
In-Reply-To: <xyqisrrj5v2.fsf@samba3.ece.ucdavis.edu> (John Owens's message of "Sat, 31 May 2003 12:03:45 -0700")

John Owens <jowens@ece.ucdavis.edu> writes:

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

Do you have a mailbox named *.incoming?  Wildcards are not supported.

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

Yup.  Inbox-specific splitting is only possible with
nnimap-split-rule, fancy splitting does not support it.

> I want to call the same split-fancy rule on every one of my split
> inboxes.

Then you don't need inbox-specific splitting at all?

> 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?

Both should work.  But I suspect the reason *.incoming doesn't work is
because there is no mailbox named *.incoming.




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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-31 19:03 John Owens
2003-05-31 19:25 ` Simon Josefsson [this message]
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=ilusmquj4v1.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    --cc=ding@gnus.org \
    /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).