From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29097 Path: main.gmane.org!not-for-mail From: Chris Brierley Newsgroups: gmane.emacs.gnus.general Subject: nnimap: Checking mailbox %s vs. Updating info for %s Date: 04 Feb 2000 12:59:35 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165826 796 80.91.224.250 (21 Oct 2002 02:03:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:03:46 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 4855ED051F for ; Fri, 4 Feb 2000 13:00:22 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB04340; Fri, 4 Feb 2000 12:00:09 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 04 Feb 2000 11:59:55 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA15596 for ; Fri, 4 Feb 2000 11:59:45 -0600 (CST) Original-Received: from optical.mindstorm.com (optical.mindstorm.com [209.113.156.7]) by mailhost.sclp.com (Postfix) with ESMTP id 84FA0D051F for ; Fri, 4 Feb 2000 12:59:40 -0500 (EST) Original-Received: from OUTLAND.pobox.com (localhost [127.0.0.1]) by optical.mindstorm.com (MindstorM/MindstorM) with ESMTP id MAA13222 for ; Fri, 4 Feb 2000 12:59:36 -0500 Original-To: ding@gnus.org Original-Lines: 40 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29097 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29097 Is anyone else noticing problems with nnimap in Gnus v5.8.3 with regard to speed in getting mail? I've seen people post about speed problems when Gnus gets into a state where it displays "Updating info for %s" when getting mail rather than "Checking mailbox %s" which is much faster. I remember a discussion about select methods and this being fixed in v5.8.3. However, I've got a reproducable instance where it is still happening. I get mail over IMAP from three different servers, two in gnus-secondary-select-methods and one foreign group (included at bottom). I find that if I move or copy mail from one server to another, from then on that other server displays "Updating info for %s" when retrieving mail, and is much slower than the others which still display "Checking mailbox %s". I wind up having to quit and restart Gnus in order to speed things back up. This does not happen when moving or copying mail to a different group on the same server. Does anyone know what causes this and/or how to avoid it? Thanks much! ,-----[ From gnus-secondary-select-methods | (nnimap "personal" | (nnimap-address "localhost") | (nnimap-server-port 10143) | (nnimap-list-pattern ("INBOX" "mail/*")) | ) | (nnimap "ct" | (nnimap-address "localhost") | (nnimap-server-port 8143) | (nnimap-list-pattern ("INBOX" "mail/*")) | ) `----- ,-----[ Foreign group | (nnimap "lbri" | (nnimap-address "localhost")) `-----