Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: ian.dobbie@bioch.ox.ac.uk
To: info-gnus-english@gnu.org
Subject: Problems moving from gnus 5.10.10 to 5.13 from emacs 24.1.1
Date: Thu, 16 Aug 2012 15:49:32 -0700 (PDT)	[thread overview]
Message-ID: <6efcb112-d78d-4687-b6e2-98315ade2909@googlegroups.com> (raw)

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

             reply	other threads:[~2012-08-16 22:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-16 22:49 ian.dobbie [this message]
2012-09-05 14:19 ` Lars Ingebrigtsen

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=6efcb112-d78d-4687-b6e2-98315ade2909@googlegroups.com \
    --to=ian.dobbie@bioch.ox.ac.uk \
    --cc=info-gnus-english@gnu.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).