From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15667 Path: news.gmane.org!not-for-mail From: alduplat@gmail.com Newsgroups: gmane.emacs.gnus.user Subject: Re: imap splitting with emacs24 Date: Wed, 25 Jul 2012 15:36:11 -0700 (PDT) Organization: http://groups.google.com Message-ID: <22f8a3f9-8296-46f0-8284-b9836023abae@googlegroups.com> References: <87hatqc9zg.fsf@ergodik.univ-brest.fr> <87r4surnfb.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 1343256008 21163 80.91.229.3 (25 Jul 2012 22:40:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jul 2012 22:40:08 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jul 26 00:40:08 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 1SuAFU-000408-6E for gegu-info-gnus-english@m.gmane.org; Thu, 26 Jul 2012 00:40:08 +0200 Original-Received: from localhost ([::1]:36443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuAFT-00004v-HI for gegu-info-gnus-english@m.gmane.org; Wed, 25 Jul 2012 18:40:07 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 43 Original-NNTP-Posting-Host: 173.28.205.67 Original-X-Trace: posting.google.com 1343255771 12678 127.0.0.1 (25 Jul 2012 22:36:11 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 25 Jul 2012 22:36:11 +0000 (UTC) In-Reply-To: <87r4surnfb.fsf@ergodik.univ-brest.fr> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.28.205.67; posting-account=fUsG6goAAADlkPvO1NzLWJW09tU-fWcL User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:86743 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:15667 Archived-At: On Monday, July 2, 2012 2:08:24 PM UTC-5, harven wrote: > harven <harven@free.fr> writes: > > > 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") > > I finally found the error. > Under emacs24, this has been renamed nnimap-inbox. > The following code solved my problem. > > (set (if (< emacs-major-version 24) > 'nnimap-split-inbox > 'nnimap-inbox) > "INBOX") > > Cheers, > -- > Harven Hello Harven: I am still having the same problem with Emacs 24. This is part of my .gnus config. As you suggested, I changed ``nnimap-slit-inbox " for ``nnimap-inbox", but it did not work. I am not a technical user, so I could not understand how to use your code. ---- (setq nnimap-inbox "INBOX") (setq nnimap-split-predicate "UNDELETED") (setq nnimap-split-rule '( ("INBOX.work" "^To:.*xxxx-xxx@xxx.edu") ("INBOX.personal" "^To:.*xxxxx@gmail.com") )) ---- Cordially, Alfredo