Gnus development mailing list
 help / color / mirror / Atom feed
From: frederik@ugcs.caltech.edu
Subject: imap slowness
Date: 26 Aug 2003 11:57:31 -0700	[thread overview]
Message-ID: <87r838tffo.fsf@a5.repetae.net> (raw)

(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



             reply	other threads:[~2003-08-26 18:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-26 18:57 frederik [this message]
2003-08-27  1:10 ` Simon Josefsson

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=87r838tffo.fsf@a5.repetae.net \
    --to=frederik@ugcs.caltech.edu \
    /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).