From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53826 Path: main.gmane.org!not-for-mail From: frederik@ugcs.caltech.edu Newsgroups: gmane.emacs.gnus.general Subject: imap slowness Date: 26 Aug 2003 11:57:31 -0700 Sender: ding-owner@lists.math.uh.edu Message-ID: <87r838tffo.fsf@a5.repetae.net> Reply-To: frederik@ugcs.caltech.edu NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1061924308 18329 80.91.224.253 (26 Aug 2003 18:58:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Aug 2003 18:58:28 +0000 (UTC) Original-X-From: ding-owner+M2366@lists.math.uh.edu Tue Aug 26 20:58:26 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19rj1O-0006RD-00 for ; Tue, 26 Aug 2003 20:58:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19rj13-000269-00; Tue, 26 Aug 2003 13:58:05 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19rj0v-000261-00 for ding@lists.math.uh.edu; Tue, 26 Aug 2003 13:57:57 -0500 Original-Received: (qmail 89295 invoked by alias); 26 Aug 2003 18:57:56 -0000 Original-Received: (qmail 89290 invoked from network); 26 Aug 2003 18:57:56 -0000 Original-Received: from enkil.caltech.edu (HELO a5.repetae.net) (131.215.89.6) by sclp3.sclp.com with SMTP; 26 Aug 2003 18:57:56 -0000 Original-Received: from frederik by a5.repetae.net with local (Exim 3.36 #1 (Debian)) id 19rj0V-0002QA-00; Tue, 26 Aug 2003 11:57:31 -0700 Original-To: ding@gnus.org Original-Lines: 35 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53826 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53826 (gnus-version is "Gnus v5.10.2") I'm using nnimap and when I press 'g' in the group buffer, gnus displays the message "Reading active file from work via nnimap..." for about 75 seconds before updating the buffer. Here is my .gnus: (setq gnus-select-method '(nnimap "work" (nnimap-address "webmail.overture.com") (nnimap-server-port 993) (nnimap-stream ssl) (nnimap-list-pattern ("INBOX*")) (nnimap-request-list-method 'imap-mailbox-lsub) (nnimap-expunge-on-close 'never) (nnimap-split-inbox "INBOX") (nnimap-split-predicate "UNDELETED")) ) (setq message-default-headers "Bcc: eatonf@overture.com From: eatonf@overture.com Reply-To: eatonf@overture.com") (setq nnimap-split-rule '(("INBOX.CM" "^To: .*\\(Change Management\\|ChangeManagement\\)") ("INBOX.BLOB" "^Subject: .*BLOB-") ("INBOX.SEARCH" "^Subject: .*SEARCH-") )) As you can see, I'm restricting myself to "INBOX*" because there are a lot of public folders on the imap folder which I don't care about. Could this be causing the problem? How can I make nnimap usable? Frederik