From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80634 Path: news.gmane.org!not-for-mail From: Rene Borchers Newsgroups: gmane.emacs.gnus.general Subject: splitting not working after update emacs 23.9xxx to 24.0.91.1 Date: Fri, 2 Dec 2011 09:17:25 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1322813927 8348 80.91.229.12 (2 Dec 2011 08:18:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2011 08:18:47 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28916@lists.math.uh.edu Fri Dec 02 09:18:40 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 1RWOKN-0003ro-Oi for ding-account@gmane.org; Fri, 02 Dec 2011 09:18:39 +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 1RWOJO-0004Cs-EA; Fri, 02 Dec 2011 02:17:38 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RWOJM-0004Ce-B0 for ding@lists.math.uh.edu; Fri, 02 Dec 2011 02:17:36 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RWOJK-0001Em-TH for ding@lists.math.uh.edu; Fri, 02 Dec 2011 02:17:35 -0600 Original-Received: from mail-vw0-f44.google.com ([209.85.212.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RWOJJ-0002q7-AO for ding@gnus.org; Fri, 02 Dec 2011 09:17:33 +0100 Original-Received: by vbbez10 with SMTP id ez10so3136707vbb.17 for ; Fri, 02 Dec 2011 00:17:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=BHOsLxoV2VVzZYzXrrVXHzay6t3aYMDakHGYIOPVrIA=; b=N/jjtCH1Zwk0RCuqEcOVaBgysojdEqbQlmfACqOYuVf9BDmlA36ttuZrdBTAhYvC5i wPg1g+inmzdLlz7BvUpf+Zy9CfBH3DmL957+deW/MG60wgNJjEEYTsVQLlD6mfgpKSCD ENjWPn0q9aCz8Z5GLIwUnC79sC0cvhX46wI5s= Original-Received: by 10.52.68.79 with SMTP id u15mr8620785vdt.5.1322813845337; Fri, 02 Dec 2011 00:17:25 -0800 (PST) Original-Received: by 10.220.150.204 with HTTP; Fri, 2 Dec 2011 00:17:25 -0800 (PST) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80634 Archived-At: After updating emacs to a more recent version from git. imap splitting stopped working. I have been messing around with replacing nnimap-inbox and nnimap-split-inbox in combination with nnimap-split-rules and nnimap-split-methods. Google didn't came up with a solution. Current settings: [.gnus.el] (nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-authinfo-file "~/.authinfo") (nnimap-server-port 993) (nnimap-split-methods default) (nnimap-stream ssl) 8---------------------------------------------- (setq nnimap-split-inbox '("INBOX" )) (setq nnimap-split-predicate "UNDELETED") ;;(setq nnimap-split-rule (setq nnmail-split-methods '( ("INBOX/Postfix-user-mailinglist" "^Sender.*owner-postfix-users@postfix.org") 8---------------------------