From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51111 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap slowness Date: Mon, 31 Mar 2003 14:30:24 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049113880 2972 80.91.224.249 (31 Mar 2003 12:31:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2003 12:31:20 +0000 (UTC) Cc: ding@hpc.uh.edu Original-X-From: owner-ding@hpc.uh.edu Mon Mar 31 14:31:19 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18zyRa-0000lm-00 for ; Mon, 31 Mar 2003 14:31:18 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18zyR7-0006nP-00; Mon, 31 Mar 2003 06:30:49 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 31 Mar 2003 06:31:52 -0600 (CST) Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id GAA12451 for ; Mon, 31 Mar 2003 06:31:38 -0600 (CST) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h2VCUOXK003081 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 31 Mar 2003 14:30:25 +0200 Original-To: David Abrahams Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030331:dave@boost-consulting.com:10fa02508374f359 X-Hashcash: 0:030331:dave@boost-consulting.com:10fa02508374f359 X-Payment: hashcash 1.2 0:030331:ding@hpc.uh.edu:87820fbd31193f48 X-Hashcash: 0:030331:ding@hpc.uh.edu:87820fbd31193f48 In-Reply-To: (David Abrahams's message of "Sun, 30 Mar 2003 17:12:40 -0500") User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3.50 (gnu/linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:51111 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51111 David Abrahams writes: >> It seems the IMAP SEARCH command is causing the delay (most of the >> nnimap related delay is in imap-search), suggesting that the server >> opens large messages when the SEARCH command is invoked. This is >> unnecessary, since Gnus only searches for flags (unseen, seen, ticked, >> etc). Perhaps you could forward this observation (after verifying it >> in the source) > > The source of what? Of the server. Assuming you have it, of course. >> to the IMAP server administrator/developers to have them improve >> searches for flags. > > We're using Communigate Pro, for what that's worth to you. I guess it doesn't come with source. I recall the same problem was identified quite some time ago, but perhaps it was never reported upstream. Asking the vendor to optimize the SEARCH commands for flags is probably the only practical solution then.