Gnus development mailing list
 help / color / mirror / Atom feed
From: Gijs Hillenius <gijs@hillenius.net>
To: ding@gnus.org
Subject: Re: splitting for dunces
Date: Tue, 05 Oct 2010 09:32:48 +0200	[thread overview]
Message-ID: <87mxqt3xi7.fsf@hillenius.net> (raw)
In-Reply-To: <ti4od19nku.fsf@news.eternal-september.org>

On  5 Oct 2010, Richard Riley wrote:


[...]

> But split handling has dramatically changed? I ask because my splitting
> doesnt work anymore and, to be honest, (as the posts about splitting
> indicate) splitting is really tricky to get your head around.

I find that it got a little easier.

for Gnus 5.13 and earliers I had this, with 'thuis' being the name for
the Imap server.

,----
| (setq nnimap-split-inbox
|         '("INBOX" ))
| (setq nnimap-split-predicate "UNDELETED")
| (setq nnimap-split-crosspost nil)
| (setq nnimap-split-rule '(("thuis" ("INBOX" nnimap-split-fancy)))
|       nnimap-split-fancy 
|       '(| (: gnus-folder-per-bbdb)
| 	  ("From" "googlealerts.*" "INBOX.google-alerts")
|           ;; omitted bunch of similar lines         
| 	  (any "opentaal-discussie@lists.uitwisselplatform.nl" "INBOX.opentaal")
| 	  (any "dspam-user@lists.sourceforge.net" "INBOX.dspam")
| 	  ("INBOX" "")))
| 
`----

for No Gnus v0.11 I have 'just' this:

,----
| (setq nnimap-split-fancy
|       '(| (: gnus-folder-per-bbdb)
| 	  ("From" "googlealerts.*" "INBOX.google-alerts")
|         et cetera
`----

and added this line to the imap server defenition in the *server* buffer"

,----
| 	(nnimap-split-methods nnmail-split-fancy)
`----




  reply	other threads:[~2010-10-05  7:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-04 18:50 Austin F. Frank
2010-10-04 20:17 ` Lars Magne Ingebrigtsen
2010-10-04 20:21   ` Austin F. Frank
2010-10-04 20:31     ` Lars Magne Ingebrigtsen
2010-10-04 21:09       ` Austin F. Frank
2010-10-05  7:09         ` Tassilo Horn
2010-10-05  6:10       ` Richard Riley
2010-10-05  7:32         ` Gijs Hillenius [this message]
2010-10-06 21:50           ` Richard Riley

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=87mxqt3xi7.fsf@hillenius.net \
    --to=gijs@hillenius.net \
    --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).