Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Problems moving from gnus 5.10.10 to 5.13 from emacs 24.1.1
@ 2012-08-16 22:49 ian.dobbie
  2012-09-05 14:19 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: ian.dobbie @ 2012-08-16 22:49 UTC (permalink / raw)
  To: info-gnus-english

Hi, 

I have a bunch of nnimap split rules that I have brought over from a few version of emacs, but lately 
from an ~4 year old version of NoGnus (apparently 5.10.10 but I am not 100% sure, as I dont have the old machine currently with me). 

I have a new Mac (running Mountain Lion) and have installed emacs 24.1.1 with gnus 5.13  
(GNU Emacs 24.1.1 (x86_64-apple-darwin, NS apple-appkit-1038.36))
bundled with it. Unfortunately my split rules are now no longer applied to my INBOX. Can 
anyone suggest any fixes, debug methods etc...

Relevant parts of my .gnus.el, with some censoring...

(nnimap "Oxford-Nexus"
	       (nnimap-address "imap.XXXX.uk")
	       (nnimap-stream ssl)
	       (nnimap-user "XXXXXX")
               (nnimap-list-pattern ("*"))
	       (nnimap-split-predicate "UNDELETED"))))

(setq nnmail-split-predicate "UNDELETED")

(setq nnmail-split-inbox '("INBOX"))

(setq nnmail-split-methods 'nnmail-split-fancy
        nnmail-split-fancy
      '(| 
	(: spam-split)
	("To\\|CC" "XXXX@gmail.com" "INBOX.google")
........ loads of stuff cut .......
	("To\\|CC" ".*XXXXXX@JISCMAIL.AC.UK" "INBOX.UK-microscopy")
	"INBOX.misc"))


This stuff was all originally nnimap-split-... but I read some posts suggesting that they had all 
been shifted to nnmail-split-.....   Neither of these functions is ever run, so my mail stays in 
my INBOX all the time. Anyy suggestions welcome!


Ian

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

* Re: Problems moving from gnus 5.10.10 to 5.13 from emacs 24.1.1
  2012-08-16 22:49 Problems moving from gnus 5.10.10 to 5.13 from emacs 24.1.1 ian.dobbie
@ 2012-09-05 14:19 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2012-09-05 14:19 UTC (permalink / raw)
  To: info-gnus-english

ian.dobbie@bioch.ox.ac.uk writes:

> (setq nnmail-split-inbox '("INBOX"))

This should probably be

(setq nnimap-inbox "INBOX")

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen

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

end of thread, other threads:[~2012-09-05 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-16 22:49 Problems moving from gnus 5.10.10 to 5.13 from emacs 24.1.1 ian.dobbie
2012-09-05 14:19 ` Lars Ingebrigtsen

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