Gnus development mailing list
 help / color / mirror / Atom feed
* Moving Split Rules from Gnus 5.13 to NoGnus (IMAP) Not Working
@ 2011-01-06 17:38 Aric
  2011-01-08 19:49 ` Alberto Luaces
  0 siblings, 1 reply; 11+ messages in thread
From: Aric @ 2011-01-06 17:38 UTC (permalink / raw)
  To: ding

I apologize for this post as it seems that splitting rules have been discussed 
very frequently here. However, despite reading up on this I am still not able 
to get my splits to work.

I have four Imap accounts that use splitting and this had been working just 
fine on Gnus 5.13 (Emacs 23.2.1) with adaptive scoring and gnus registry. In 
NoGnus no splitting occurs. It will not move emails according to the split 
rules, nor will it move incoming follow-ups to the appropriate mailbox based 
upon earlier thread locations. Both of these worked fine in 5.13. I see that 
'nnimap-split-inbox' was changed to 'nnimap-inbox', which I did. Any 
suggestions or ideas on how to get this working would be great. NoGnus is so 
much faster that I prefer to use it over 5.13. 

Thanks, Aric

Here are my rules for splitting:

(setq nnmail-message-id-cache-length '8000)
;; Second trial at split after losing mail
;(setq nnimap-split-inbox '("INBOX" )) ;; regular gnus
(setq nnimap-inbox '("INBOX" )) ;; for nognus
(setq nnimap-split-predicate "UNDELETED")
(setq nnimap-split-crosspost nil)
(setq nnimap-split-rule '(
			  ("Mac" ("INBOX" nnimap-split-fancy))
			  ("BOL" ("INBOX" nnimap-split-fancy))
			  ("Speakeasy" ("INBOX" nnimap-split-fancy))
			  ("Mednet" ("INBOX" nnimap-split-fancy))
			  ))
;; this appears necessary for the new gnus
(setq nnimap-treat-duplicates 'warn     ; or `delete'
      nnmail-cache-accepted-message-ids t
      nnimap-split-fancy
;;      '(| (: nnmail-split-fancy-with-parent) <- did nothing upon adding    
       '(|                                ;; (2)
         (: gnus-registry-split-fancy-with-parent) ;; (3)
         ;; splitting rules go here       ;; (4)
	 (any "promed-digest@promedmail.org" "PROMED")
	 (any "zfs-discuss@opensolaris.org" "SunSupport")
	 (any "ggplot2" "RList")
[...snip - more of same idea...]
	 "INBOX" 
	 ))





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

end of thread, other threads:[~2011-01-21 20:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-06 17:38 Moving Split Rules from Gnus 5.13 to NoGnus (IMAP) Not Working Aric
2011-01-08 19:49 ` Alberto Luaces
2011-01-08 21:11   ` Richard Riley
2011-01-10 21:25     ` Aric
2011-01-11 19:10       ` Lars Magne Ingebrigtsen
2011-01-11 23:11         ` Aric
2011-01-20 20:46         ` Aric
2011-01-21 13:43           ` Michael Welsh Duggan
2011-01-21 17:02             ` Richard Riley
2011-01-21 17:25               ` Michael Welsh Duggan
2011-01-21 20:11             ` Aric

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