Gnus development mailing list
 help / color / mirror / Atom feed
From: gdt@work.lexort.com
Cc: ding@gnus.org
Subject: Re: 'g' not checking nnimap groups
Date: Tue, 04 Apr 2006 09:46:25 -0400	[thread overview]
Message-ID: <smuirppmp1q.fsf@linuxpal.mit.edu> (raw)
In-Reply-To: <87odzhcyae.fsf@latte.josefsson.org> (Simon Josefsson's message of "Tue, 04 Apr 2006 14:36:57 +0200")

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 <gdt@work.lexort.com>



  reply	other threads:[~2006-04-04 13:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-22  4:04 Problems with attachments in S/MIME encrypted messages from Outlook Dave Goldberg
2006-03-22  9:53 ` Simon Josefsson
2006-03-22 12:13   ` Dave Goldberg
2006-03-23 15:06 ` 'g' not checking nnimap groups gdt
2006-03-25 12:54   ` Simon Josefsson
2006-04-04  0:25     ` gdt
2006-04-04 12:36       ` Simon Josefsson
2006-04-04 13:46         ` gdt [this message]
2006-04-04 13:50           ` Simon Josefsson
2006-04-04 14:54             ` gdt
2006-04-04 16:37               ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=smuirppmp1q.fsf@linuxpal.mit.edu \
    --to=gdt@work.lexort.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).