From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15567 Path: news.gmane.org!not-for-mail From: harven Newsgroups: gmane.emacs.gnus.user Subject: imap splitting with emacs24 Date: Mon, 02 Jul 2012 20:07:47 +0200 Organization: http://groups.google.com Message-ID: <87hatqc9zg.fsf@ergodik.univ-brest.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1341252620 19123 80.91.229.3 (2 Jul 2012 18:10:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2012 18:10:20 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Jul 02 20:10:18 2012 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sll4j-0004cw-EH for gegu-info-gnus-english@m.gmane.org; Mon, 02 Jul 2012 20:10:17 +0200 Original-Received: from localhost ([::1]:48933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sll4i-0003wQ-CF for gegu-info-gnus-english@m.gmane.org; Mon, 02 Jul 2012 14:10:16 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!novso.com!nerim.net!usenet-fr.net!proxad.net!feeder1-2.proxad.net!cleanfeed1-b.proxad.net!nnrp2-1.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) Cancel-Lock: sha1:jjVqNrW6U6/KU/wnAAj8zeaRPKM= Original-Lines: 20 Original-NNTP-Posting-Date: 02 Jul 2012 20:07:56 CEST Original-NNTP-Posting-Host: 78.233.232.132 Original-X-Trace: 1341252476 news-3.free.fr 2007 78.233.232.132:59283 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.gnus:86636 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15567 Archived-At: Hi, I just upgraded to emacs24, and I have a problem with the imap splitting. I put the following in my gnus init file, in order to take into account the changes reported in the news file. (setq nnimap-split-inbox "INBOX") (set (if (< (string-to-number emacs-version) 24) 'nnimap-split-rule 'nnimap-split-methods) '(("INBOX.Trash" "^From:.*naturalproducts@pubpromotion\\.com") ;; some list there ("INBOX" ""))) The splitting occurs with emacs23 but not with emacs24. Is there something else I need to set with emacs24? Thanks, -- Harven