From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71364 Path: news.gmane.org!not-for-mail From: Andrew Cohen Newsgroups: gmane.emacs.gnus.general Subject: Re: More IMAP testing, please Date: Tue, 21 Sep 2010 19:43:27 -0400 Message-ID: <874odik6hs.fsf@andy.bu.edu> References: <874odlnxn2.fsf@andy.bu.edu> <874odkr1ut.fsf@andy.bu.edu> <87zkvaj42z.fsf@andy.bu.edu> <87vd5yj3ci.fsf@andy.bu.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285112650 11900 80.91.229.12 (21 Sep 2010 23:44:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2010 23:44:10 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19737@lists.math.uh.edu Wed Sep 22 01:44:08 2010 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 1OyCVH-0005RC-Hw for ding-account@gmane.org; Wed, 22 Sep 2010 01:44:03 +0200 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 1OyCUx-0006Mb-Mf; Tue, 21 Sep 2010 18:43:43 -0500 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 1OyCUw-0006MK-4n for ding@lists.math.uh.edu; Tue, 21 Sep 2010 18:43:42 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyCUr-0006oj-Rb for ding@lists.math.uh.edu; Tue, 21 Sep 2010 18:43:42 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyCUr-0005HC-00 for ; Wed, 22 Sep 2010 01:43:37 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OyCUq-0005JD-Ic for ding@gnus.org; Wed, 22 Sep 2010 01:43:36 +0200 Original-Received: from andy.bu.edu ([128.197.41.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 01:43:36 +0200 Original-Received: from cohen by andy.bu.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 01:43:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: andy.bu.edu User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:SYhC/2jMml3ZrgiaNmCu9wWP1cM= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71364 Archived-At: >>>>> "Lars" == Lars Magne Ingebrigtsen writes: Lars> Andrew Cohen writes: >> (gnus-server-to-method "nnimap:home") (nnimap "home" >> (nnimap-address "andy.bu.edu") (nnimap-stream ssl) >> (nnimap-server-port 993) (nnimap-split-predicate "UNDELETED") >> (nnir-search-engine imap)) >> >> (gnus-server-to-method '(nnimap "home")) (nnimap "home") Lars> Right. The former is the correct method? Then (nnimap Lars> "home") wasn't a correct server, but Gnus handled that Lars> situation badly. I'm now investigating why. Following the latest changes I'm having a problem with gnus-group-completing-read. Previously if I typed "Tra" at the prompt this would complete to "nnimap+home:Trash" now it completes to "nnimap+:Trash" And on another note---having some problems with expiry which I haven't been able to track down. I have a group "test" with 900 fairly old messages. I set an expiry-target of "test.old" and turn on total-expire. The articles older than 7 days are correctly placed in "test.old", but then things freeze. I waited half an hour and then gave up. C-g a few times gets out of it, but now the original group "test" still has most of the articles that got copied to "test.old" (at least it seems like a small number have been deleted but most are still around). Andy