From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62498 Path: news.gmane.org!not-for-mail From: gdt@work.lexort.com Newsgroups: gmane.emacs.gnus.general Subject: Re: 'g' not checking nnimap groups Date: Tue, 04 Apr 2006 10:54:52 -0400 Message-ID: References: <877j6i8z1f.fsf@latte.josefsson.org> <87odzhcyae.fsf@latte.josefsson.org> <87y7ylbgb4.fsf@latte.josefsson.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144162612 13574 80.91.229.2 (4 Apr 2006 14:56:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Apr 2006 14:56:52 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m11025@lists.math.uh.edu Tue Apr 04 16:56:50 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 1FQmxd-0002kZ-Qv for ding-account@gmane.org; Tue, 04 Apr 2006 16:56:50 +0200 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 1FQmxZ-0002Fm-00; Tue, 04 Apr 2006 09:56:45 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FQmvn-0002Fh-00 for ding@lists.math.uh.edu; Tue, 04 Apr 2006 09:54:55 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FQmvm-0005tM-Di for ding@lists.math.uh.edu; Tue, 04 Apr 2006 09:54:54 -0500 Original-Received: from linuxpal.mit.edu ([18.62.1.14]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FQmvl-0002mJ-00 for ; Tue, 04 Apr 2006 16:54:53 +0200 Original-Received: by linuxpal.mit.edu (Postfix, from userid 9545) id B6AB7D1; Tue, 4 Apr 2006 10:54:52 -0400 (EDT) Original-To: Simon Josefsson In-Reply-To: <87y7ylbgb4.fsf@latte.josefsson.org> (Simon Josefsson's message of "Tue, 04 Apr 2006 15:50:39 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (berkeley-unix) X-Spam-Score: -1.6 (-) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62498 Archived-At: Simon Josefsson writes: > Actually, the bug is how (nnimap "foo") ever got into your setup. I agree that's a bug. I think I did U and then subscribed to a group, before I realized the preferred way was to use server mode and browse. > The server (nnimap "foo") isn't the same as (nnimap "foo" (nnimap-port > ...) ...), and Gnus will treat them as different servers. > Consequently, (nnimap "foo") is treated as an ephemeral server, and > checked using the slow mechanism (I forgot the reason as to why, but > it is probably because it is simpler to optimize the primary/secondary > case). But, gnus used the same imap server connection. The "foo" in the wrong group spec isn't the same as the IMAP server, so it must have used the nnimap select method in gnus-secondary-select-methods to find it. On my list of things to look into if I find spare time: add path from UNSEEN count from STATUS to count of new articles in summmary investigate nnimap/agent cache coherency, ensuring articles deleted/moved by other clients are removed from the agent. -- Greg Troxel