From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71123 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: More IMAP testing, please Date: Sun, 19 Sep 2010 20:05:58 +0200 Message-ID: <87ocbtd2wp.fsf@randomsample.de> References: <87r5gp1wgp.fsf@randomsample.de> <87sk15d3lq.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284919594 13508 80.91.229.12 (19 Sep 2010 18:06:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 18:06:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19496@lists.math.uh.edu Sun Sep 19 20:06:29 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OxOHR-0000vB-Kt for ding-account@gmane.org; Sun, 19 Sep 2010 20:06:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OxOHQ-000236-1r; Sun, 19 Sep 2010 13:06:24 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OxOHO-00022p-ML for ding@lists.math.uh.edu; Sun, 19 Sep 2010 13:06:22 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OxOHN-00086j-9i for ding@lists.math.uh.edu; Sun, 19 Sep 2010 13:06:22 -0500 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OxOHM-0005Tu-00 for ; Sun, 19 Sep 2010 20:06:20 +0200 Original-Received: from dslc-082-083-041-146.pools.arcor-ip.net ([82.83.41.146] helo=spaten) by m61s02.vlinux.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1OxOHM-0004Ws-4I for ding@gnus.org; Sun, 19 Sep 2010 20:06:20 +0200 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 19 Sep 2010 19:56:03 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71123 Archived-At: Lars Magne Ingebrigtsen writes: > David Engster writes: >> Still, while entering/reading articles is way faster, 'g' is a tad >> slower than it used to be, at least for me. > > What's your setup? Many different IMAP/nntp servers, or just one? And > how many IMAP mailboxes? And what's the IMAP server type? 'g' queries 15 mailboxes on one IMAP server, which is Dovecot Debian stable via network/ssl on a virtual server. This takes maybe 1 second, which is not really a problem, but the old code was faster (since it only did EXAMINE and not FLAG fetching, as far as I remember). > I think the right fix here is to change `A T' so that it works on > non-NOV backends, too. Yeah well, it's not terribly important at the moment. Oh, and nnmairix is broken with nnimap now since you haven't implemented nnimap-request-delete-group (yet). ;-) -David