From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62393 Path: news.gmane.org!not-for-mail From: gdt@work.lexort.com Newsgroups: gmane.emacs.gnus.general Subject: 'g' not checking nnimap groups Date: Thu, 23 Mar 2006 10:06:44 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143126465 9498 80.91.229.2 (23 Mar 2006 15:07:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Mar 2006 15:07:45 +0000 (UTC) Original-X-From: ding-owner+m10920@lists.math.uh.edu Thu Mar 23 16:07:44 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FMRPT-00064N-FX for ding-account@gmane.org; Thu, 23 Mar 2006 16:07:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FMRPN-0003Un-00; Thu, 23 Mar 2006 09:07:29 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FMROi-0003Ui-00 for ding@lists.math.uh.edu; Thu, 23 Mar 2006 09:06:48 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FMROh-0001GQ-Iw for ding@lists.math.uh.edu; Thu, 23 Mar 2006 09:06:48 -0600 Original-Received: from linuxpal.mit.edu ([18.62.1.14]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FMROf-000717-00 for ; Thu, 23 Mar 2006 16:06:45 +0100 Original-Received: by linuxpal.mit.edu (Postfix, from userid 9545) id 9932E14; Thu, 23 Mar 2006 10:06:44 -0500 (EST) Original-To: ding@gnus.org In-Reply-To: (Dave Goldberg's message of "Tue, 21 Mar 2006 23:04:06 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (berkeley-unix) X-Spam-Score: -1.2 (-) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62393 Archived-At: I'm running Gnus from cvs head this morning with emacs 21.3 (on NetBSD/i386). I am mostly reading mail, and have an nnimap secondary select method, but also one newsgroup at news.mit.edu. I have turned off the agent on my nnimap select method; I found (with an earlier release) that articles deleted from the imap folders still appeared locally, and I consider this bad behavior, or at least not what I want. The 'g' command in the *Group* buffer behaves inconsistently. Sometimes it checks all of my nnimap groups, but often it just checks nnimap+work.lexort.com:lists.ding This is the most recently added, but not the last in the *Group* buffer. In *imap-log*, I get this on hitting g: 539 UID SEARCH UNSEEN UNDELETED * SEARCH 539 OK Search completed. 540 UID SEARCH SEEN * SEARCH 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 540 OK Search completed. 541 UID SEARCH FLAGGED * SEARCH 1 2 41 541 OK Search completed. 542 UID SEARCH ANSWERED * SEARCH 4 542 OK Search completed. 543 UID SEARCH RECENT * SEARCH 543 OK Search completed. 544 FETCH 1,* UID * 1 FETCH (UID 1) * 84 FETCH (UID 84) 544 OK Fetch completed. 545 STATUS "lists.ding" (UNSEEN) * STATUS "lists.ding" (UNSEEN 0) 545 OK Status completed. 546 EXPUNGE 546 OK Expunge completed. This indicates to me that the imap connection was already selected, and that only that one group was checked. If I do ^U 1 g, I get the following: 555 STATUS "Inbox" (uidvalidity uidnext unseen) * STATUS "Inbox" (UIDNEXT 351 UIDVALIDITY 1141579755 UNSEEN 0) 555 OK Status completed. and ^U 2 g gets me: 556 STATUS "misc.gdt-cvs" (uidvalidity uidnext unseen) 557 STATUS "family.foobar" (uidvalidity uidnext unseen) 558 STATUS "Inbox" (uidvalidity uidnext unseen) * STATUS "misc.gdt-cvs" (UIDNEXT 5 UIDVALIDITY 1142461155 UNSEEN 0) 556 OK Status completed. * STATUS "family.foobar" (UIDNEXT 2 UIDVALIDITY 1141827703 UNSEEN 0) 557 OK Status completed. * STATUS "Inbox" (UIDNEXT 351 UIDVALIDITY 1141579755 UNSEEN 0) 558 OK Status completed. Sometimes, g checks all my nnimap groups, but usually it doesn't. Questions arising: Am I correct in thinking g should query all groups? Is there some hairy IMAP register-for-notifications scheme in use, and gone wrong? -- Greg Troxel