From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84279 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: nnimap splitting weirdness Date: Thu, 06 Mar 2014 11:30:24 +0800 Message-ID: <877g88m2b3.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394076524 15533 80.91.229.3 (6 Mar 2014 03:28:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2014 03:28:44 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32527@lists.math.uh.edu Thu Mar 06 04:28:52 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WLOzL-0004jQ-Pz for ding-account@gmane.org; Thu, 06 Mar 2014 04:28:52 +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 1WLOyg-0007Ht-CN; Wed, 05 Mar 2014 21:28:10 -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 1WLOyd-0007He-KS for ding@lists.math.uh.edu; Wed, 05 Mar 2014 21:28:07 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WLOyc-0002yi-AP for ding@lists.math.uh.edu; Wed, 05 Mar 2014 21:28:06 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WLOya-0006Lz-Eq for ding@gnus.org; Thu, 06 Mar 2014 04:28:04 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WLOyZ-0003wu-GQ for ding@gnus.org; Thu, 06 Mar 2014 04:28:03 +0100 Original-Received: from 111.197.162.90 ([111.197.162.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Mar 2014 04:28:03 +0100 Original-Received: from eric by 111.197.162.90 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Mar 2014 04:28:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 111.197.162.90 User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:PoHuDzbYkEQwDoqO/VR0ZKfM/5A= X-Spam-Score: 0.9 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-394--3238h-0s--0d--H*u:Emacs, 0.000-281--2310h-0s--0d--H*u:Gnus, 0.000-281--2310h-0s--0d--H*UA:Gnus, 0.000-269--2207h-0s--0d--H*u:linux, 0.000-269--2207h-0s--0d--H*UA:linux Spam tokens: 0.992-15940--695h-60987s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.992-21122--983h-81040s--0d--HTo:D*gnus.org, 0.992-21966--1040h-84342s--0d--H*RU:quimby.gnus.org, 0.990-21752--1254h-84343s--0d--HX-Spam-Relays-Internal:quimby.gnus.org, 0.990-21752--1254h-84343s--0d--H*RT:80.91.231.51 Autolearn status: no 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.91.229.3 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 1.7 FSL_HELO_BARE_IP_2 FSL_HELO_BARE_IP_2 List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84279 Archived-At: A month or so ago, all my nnimap splitting stopped working: everything suddenly was getting sent to the default "mail.misc" group. I only just got around to looking into what happened. Turns out that nnimap-split-fancy is getting set to "nil" somehow, so splitting falls back on the default value of nnmail-split-fancy --> "mail.misc". That's pretty weird, because nnimap-split-fancy is set in my .gnus.el file, same as always. It was definitely nil, though, and manually re-evaluating the form where it's set made everything work normally again. What's weirder is that, a little later on, it was "nil" again. It's hard to know when the value got cleared, but I had to go and manually re-evaluate it again. I'm poking into it more right now. Given the timing of the problem (I keep up with git head on a weekly basis or so), and looking through the git log, I'm guessing it might be cfa942d that is responsible, not that I have any real idea what's happening in that commit. At least it looks like it's capable of resetting this value! Any hints on what might be going on? I'm using git gnus and GNU Emacs 24.3.1. Thanks! Eric