From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76887 Path: news.gmane.org!not-for-mail From: Johnny Newsgroups: gmane.emacs.gnus.general Subject: Broken split-fancy upon updating gnus (Re: Multiple SMTP servers with Gnus?) Date: Thu, 17 Feb 2011 20:33:40 +0000 Message-ID: <87mxlus8nv.fsf_-_@gmx.co.uk> References: <87k4h99d3l.fsf@gmail.com> <878vxjic8e.fsf@gnus.org> <87d3msarhq.fsf@gmx.co.uk> <87bp2c54gq.fsf@lifelogs.com> <878vxgapxt.fsf@gmx.co.uk> <87r5b74x5n.fsf@lifelogs.com> <87k4gyzj6f.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297974885 31285 80.91.229.12 (17 Feb 2011 20:34:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 20:34:45 +0000 (UTC) Cc: ding@gnus.org To: Ted Zlatanov Original-X-From: ding-owner+M25225@lists.math.uh.edu Thu Feb 17 21:34:37 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 1PqAYe-0004pH-Ks for ding-account@gmane.org; Thu, 17 Feb 2011 21:34:36 +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 1PqAXw-0008Up-Ad; Thu, 17 Feb 2011 14:33:52 -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 1PqAXt-0008UP-WD for ding@lists.math.uh.edu; Thu, 17 Feb 2011 14:33:50 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PqAXq-0007eD-TZ for ding@lists.math.uh.edu; Thu, 17 Feb 2011 14:33:49 -0600 Original-Received: from mailout-eu.gmx.com ([213.165.64.42]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1PqAXp-0002GE-I5 for ding@gnus.org; Thu, 17 Feb 2011 21:33:45 +0100 Original-Received: (qmail invoked by alias); 17 Feb 2011 20:33:39 -0000 Original-Received: from 78-86-131-176.zone2.bethere.co.uk (EHLO DeuxExMachina) [78.86.131.176] by mail.gmx.com (mp-eu003) with SMTP; 17 Feb 2011 21:33:39 +0100 X-Authenticated: #57368918 X-Provags-ID: V01U2FsdGVkX1+8PygcnrK8B6W7PikiRIkSZAXGtXwsQmJIeUhsMf IskqFa9N+asDQl In-Reply-To: <87k4gyzj6f.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 17 Feb 2011 11:04:40 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76887 Archived-At: Johnny writes: > Ted Zlatanov writes: > >> Could you consider using a recent Gnus checkout or is that not >> possible? Otherwise it will be much harder to find and fix the >> problem, plus of course it may be fixed already. > Right, I should probably update my Gnus. I'll try that and see what > happens. > Ok, I tried updating my gnus (to the 9f8ec3b0649842332bb2ea590997236088965721 commit in git), and this is what happens: First, on login the authinfo.gpg is created and I am prompted for password. As I haven't gotten around to using the gpg-daemon, every time gnus wants the .authinfo.gpg, I get queried for the symmetric passphrase (yes, I haven't gotten around to learn this properly yet either). If there's a way to bypass this, that would be great. Nonetheless, I can probably figure this out eventually, however... ...more of an issue, is that my split-fancy broke and no splitting was done so all my mails ended up in the inbox, making the setup mostly unusable. I tried some variation, but couldn't solve the issue and had to revert to gnus 5.13, and magically the splitting works again!? My current split config: (setq nnimap-split-inbox '("INBOX" )) ;Specify which group to split (setq nnimap-split-predicate "UNDELETED") ;Split all messages that are not deleted. This changes the default that is UNREAD UNDELETED. (setq nnimap-split-rule '(("gmx" ("INBOX" nnimap-split-fancy))) nnimap-split-fancy '(| ("from" "gramps-users-request@lists\\.sourceforge\\.net" "INBOX.Gramps") ("to\\|cc" "gramps-users@lists\\.sourceforge\\.net" "INBOX.Gramps") ("from" "python-list-request@python\\.org" "INBOX.Python") ("to\\|cc" "python-list@python\\.org" "INBOX.Python") ("from" "help-octave-request@octave\\.org" "INBOX.Octave") ("to\\|cc" "help\\(-octave\\)?@octave\\.org" "INBOX.Octave") ("from" "bug-wget-request@gnu\\.org" "INBOX.Wget") ("to\\|cc" "bug-wget@gnu\\.org" "INBOX.Wget") ("from" "inkscape-user-request@lists\\.sourceforge\\.net" "INBOX.Inkscape") ("to\\|cc" "inkscape-user@lists\\.sourceforge\\.net" "INBOX.Inkscape") ("from" "gdal-dev-request@lists\\.osgeo\\.org" "INBOX.Gdal") ("to\\|cc" "gdal-dev@lists\\.osgeo\\.org" "INBOX.Gdal") ("from" "digikam-users-request@kde\\.org" "INBOX.Digikam") ("to\\|cc" "digikam-users@kde\\.org" "INBOX.Digikam") ("from" "cinelerra@skolelinux\\.no" "INBOX.Cinelerra") ("to\\|cc" "cinelerra@skolelinux\\.no" "INBOX.Cinelerra") ("to\\|cc" "conkeror@mozdev\\.org" "INBOX.Conkeror") ("to\\|cc" "ding@gnus\\.org" "INBOX.gnus") ("to\\|cc" "bbdb-info@lists\\.sourceforge\\.net" "INBOX.bbdb") ("to\\|cc" "evince-list@gnome\\.org" "INBOX.evince") (any "yggdrasil@gmx\\.co\\.uk" "INBOX.leftovers") ;Any others to put in this folder "INBOX.unsorted")) ;Anything not covered by the above, put in this folder Thanks, -- Johnny