From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62495 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 09:46:25 -0400 Message-ID: References: <877j6i8z1f.fsf@latte.josefsson.org> <87odzhcyae.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 1144158512 28102 80.91.229.2 (4 Apr 2006 13:48:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Apr 2006 13:48:32 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m11022@lists.math.uh.edu Tue Apr 04 15:48:30 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 1FQlrq-0004hC-RP for ding-account@gmane.org; Tue, 04 Apr 2006 15:46:48 +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 1FQlrl-0001xX-00; Tue, 04 Apr 2006 08:46:41 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FQlrY-0001wy-00 for ding@lists.math.uh.edu; Tue, 04 Apr 2006 08:46:28 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FQlrX-0005Wk-K8 for ding@lists.math.uh.edu; Tue, 04 Apr 2006 08:46:28 -0500 Original-Received: from linuxpal.mit.edu ([18.62.1.14]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FQlrW-0001ko-00 for ; Tue, 04 Apr 2006 15:46:26 +0200 Original-Received: by linuxpal.mit.edu (Postfix, from userid 9545) id 86D84D1; Tue, 4 Apr 2006 09:46:25 -0400 (EDT) Original-To: Simon Josefsson In-Reply-To: <87odzhcyae.fsf@latte.josefsson.org> (Simon Josefsson's message of "Tue, 04 Apr 2006 14:36:57 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (berkeley-unix) X-Spam-Score: -1.3 (-) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62495 Archived-At: I have in .emacs (setq gnus-secondary-select-methods '((nnimap "my.logical.domain" (nnimap-address "my.server.edu") (nnimap-port 993) (nnimap-stream ssl) (nnimap-authenticator login) ))) and G e showed (nnimap "my.logical.domain") imap-log when doing g gets lots of blocks like 3171 SELECT "INBOX" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-expire) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-expire \*)] Flags permitted. * 4 EXISTS * 0 RECENT * OK [UIDVALIDITY 1141579755] UIDs valid * OK [UIDNEXT 414] Predicted next UID 3171 OK [READ-WRITE] Select completed. 3172 UID SEARCH UNSEEN UNDELETED * SEARCH 3172 OK Search completed. 3173 UID SEARCH SEEN * SEARCH 377 386 392 413 3173 OK Search completed. 3174 UID SEARCH FLAGGED * SEARCH 377 386 3174 OK Search completed. 3175 UID SEARCH ANSWERED * SEARCH 392 3175 OK Search completed. 3176 UID SEARCH KEYWORD gnus-expire * SEARCH 3176 OK Search completed. 3177 UID SEARCH RECENT * SEARCH 3177 OK Search completed. 3178 FETCH 1,* UID * 1 FETCH (UID 377) * 4 FETCH (UID 413) 3178 OK Fetch completed. 3179 STATUS "INBOX" (UNSEEN) * STATUS "INBOX" (UNSEEN 0) 3179 OK Status completed. 3180 EXPUNGE 3181 SELECT "family.spot" 3180 OK Expunge completed. I had a number of groups with bad method, and after hunting them down from *imap-log* I now get just STATUS queries. So I guess there's a bug where (nnimap "foo") does a slow status check. And, it seems that if there is such a group sometimes the other groups on the server do not get checked. Thanks very much for the advice. -- Greg Troxel