Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: ding@gnus.org
Subject: Re: commit 3286715e509f8ca70efd674d59f6c58e16fdf95a
Date: Sat, 22 Jan 2011 22:54:46 +0100	[thread overview]
Message-ID: <877hdwli3d.fsf@gnus.org> (raw)
In-Reply-To: <m3k4hwy5iy.fsf@eagle.jhcloos.com>

James Cloos <cloos@jhcloos.com> writes:

> The group is known, though.  At the very least it was EXAMINEd by g
> and often it has been read before in that gnus session.

Hm.  Could you edebug through `nnimap-request-group' and see why it
SELECTs twice?

I think it's the (assoc group nnimap-current-infos) that returns nil for
you, for some reason:

(deffoo nnimap-request-group (group &optional server dont-check info)
  (let ((result (nnimap-possibly-change-group
		 ;; Don't SELECT the group if we're going to select it
		 ;; later, anyway.
		 (if (and (not dont-check)
			  (assoc group nnimap-current-infos))
		     nil
		   group)
		 server))
	articles active marks high low)


> Too bad that it cannot get all of the info SELECT provides in the first go. :^/

Too difficult.  :-)

`M-g' is kinda special in that it is a manual function that's not
supposed to be very fast, anyway, so...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




      reply	other threads:[~2011-01-22 21:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-04  1:16 James Cloos
2011-01-11 19:43 ` Lars Magne Ingebrigtsen
2011-01-11 22:49   ` James Cloos
2011-01-22 19:39     ` Lars Ingebrigtsen
2011-01-22 21:47       ` James Cloos
2011-01-22 21:54         ` Lars Ingebrigtsen [this message]

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=877hdwli3d.fsf@gnus.org \
    --to=larsi@gnus.org \
    --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).