From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71335 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 15:20:52 -0400 Message-ID: <87zkvaj42z.fsf@andy.bu.edu> References: <874odlnxn2.fsf@andy.bu.edu> <874odkr1ut.fsf@andy.bu.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285096883 11248 80.91.229.12 (21 Sep 2010 19:21:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2010 19:21:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19708@lists.math.uh.edu Tue Sep 21 21:21:22 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 1Oy8P4-0006nt-7a for ding-account@gmane.org; Tue, 21 Sep 2010 21:21:22 +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 1Oy8Oy-00048V-SZ; Tue, 21 Sep 2010 14:21:16 -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 1Oy8Ox-00048C-93 for ding@lists.math.uh.edu; Tue, 21 Sep 2010 14:21:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Oy8Ot-0005Uh-2O for ding@lists.math.uh.edu; Tue, 21 Sep 2010 14:21:15 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Oy8Os-0001h6-00 for ; Tue, 21 Sep 2010 21:21:10 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oy8On-0006fn-Oi for ding@gnus.org; Tue, 21 Sep 2010 21:21:05 +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 ; Tue, 21 Sep 2010 21:21:05 +0200 Original-Received: from cohen by andy.bu.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Sep 2010 21:21:05 +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:YYOPk/rJ47SMXYImNKSwllWKH84= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71335 Archived-At: >>>>> "Lars" == Lars Magne Ingebrigtsen writes: Lars> Andrew Cohen writes: >> I'm also seeing the previously reported issue with >> nnimap-wait-for-response being called with a nil sequence in >> nnimap-request-set-mark. Lars> That should be fixed... Yes it is. >> (nnimap "home") >> >> while others had >> >> "nnimap:home" >> >> I changed all instances to the latter (is this the right thing to >> do?) and now it works fine. Lars> I think I've fixed this now. Could you try the following? Lars> (gnus-server-equal '(nnimap "home") "nnimap:home") Lars> If it says t, then the fixed I pushed out now is correct. No luck: (gnus-server-equal '(nnimap "home") "nnimap:home") nil I'm trying expiry out (with a nice, safe backup of my mail). Seems to be a typo in nnimap.el: time-minus -> time-subtract