From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76195 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: Imap split, does not work (of course) Date: Tue, 01 Feb 2011 09:04:28 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <87r5bsleui.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296547525 2647 80.91.229.12 (1 Feb 2011 08:05:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 08:05:25 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24547@lists.math.uh.edu Tue Feb 01 09:05:22 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PkBEn-00005f-M4 for ding-account@gmane.org; Tue, 01 Feb 2011 09:05:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PkBEW-0005Ap-G1; Tue, 01 Feb 2011 02:05:04 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PkBEU-0005Ad-SA for ding@lists.math.uh.edu; Tue, 01 Feb 2011 02:05:02 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PkBEQ-0004qF-Kh for ding@lists.math.uh.edu; Tue, 01 Feb 2011 02:05:02 -0600 Original-Received: from mail-bw0-f44.google.com ([209.85.214.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PkBEP-0007kb-CO for ding@gnus.org; Tue, 01 Feb 2011 09:04:57 +0100 Original-Received: by bwz12 with SMTP id 12so6245965bwz.17 for ; Tue, 01 Feb 2011 00:04:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:in-reply-to:date:organization :message-id:references:user-agent:mime-version:content-type; bh=NNPzEzF0OO5uvRmLQzm56Dha3KfIX+NlN72bu7aaw+A=; b=EPXxp7u2Uxj5XLaR5RMCWwNjzzbXM4aYf6sI7q1+p82QshfDsa4P1CC2es0zZKso40 gWDd8RSi0EHK3FC+F+7etYJ/hvpv5OhD8WGh78u0q3XUoTZ4uCRL8RNazwAgGcUh7OT7 rQ84EyB96wrSkjRjsJxJSAV1rkm/hunJXLuL0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:date:organization:message-id:references :user-agent:mime-version:content-type; b=a+foFO8yHjfMnFvs0/bGMqJ6lA6KnZpIlC0tQxsIoGksHss50+Bb/co81WjbnDOJZi 4bMF+h7wY2n5/w4JgpwArqnjGaXDLHVwW1YWx88LMqMN0euKIPDciNCFLZ/VSE/XYkTN HMDYTHbOpZb3X7QCNveQUJkmVDA9dExp/TKJw= Original-Received: by 10.204.114.148 with SMTP id e20mr6352841bkq.168.1296547490154; Tue, 01 Feb 2011 00:04:50 -0800 (PST) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id b6sm10761731bkb.10.2011.02.01.00.04.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 01 Feb 2011 00:04:49 -0800 (PST) In-Reply-To: (Francis Moreau's message of "Tue, 01 Feb 2011 08:34:23 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76195 Archived-At: Francis Moreau writes: > Lars Ingebrigtsen writes: > >> Francis Moreau writes: >> >>> (setq gnus-secondary-select-methods >>> '((nnimap "gmail" >>> (nnimap-inbox "nnimap+gmail:INBOX") >>> (nnimap-address "imap.gmail.com") >>> (nnimap-server-port 993) >>> (nnimap-stream ssl) >>> (nnimap-authinfo-file "~/.authinfo") >>> (nnir-search-engine imap) >>> (nnimap-split-methods >>> (("INBOX.toto" "")))))) >> >> Let's indent and edit out all the obviously superfluous and unused slots >> first: >> >> (setq gnus-secondary-select-methods >> '((nnimap "gmail" >> (nnimap-inbox "nnimap+gmail:INBOX") >> (nnimap-address "imap.gmail.com") >> (nnimap-split-methods >> (("INBOX.toto" "")))))) >> >> Ok, that should be sufficient. >> >> Then let's fix it up: >> >> (setq gnus-secondary-select-methods >> '((nnimap "gmail" >> (nnimap-inbox "INBOX") >> (nnimap-address "imap.gmail.com") >> (nnimap-split-methods >> (("INBOX.toto" "")))))) > > Unfortunately that doesn't work, I already tried this yesterday during > my 'battle' and I did retest this today with no success. > > BTW before retesting, I restored my previous value of > nnimap-split-methods: > > (nnimap-split-methods > (("INBOX.toto" "^From:.*francis.moro@gmail.com"))) > > so I want Gnus to move all mails from me to go to the 'toto' folder. > >> >> But now I have to ask you: What did you mean to express by saying: >> >> (nnimap-split-methods >> (("INBOX.toto" ""))) >> >> I'm really curious. > > Well, since I had and still have no idea why Gnus refuses to split my > emails, I tried to simplify my configuration. Hence I tried to match all > received emails just to be sure that the issue wasn't coming from the > regexp. > Hi Francis, Do you have any residual settings set in the "G c" (configure group from the Group buffer) configuration options that might be causing a clash? regards r.