Gnus development mailing list
 help / color / mirror / Atom feed
From: Mark Plaksin <happy@usg.edu>
Subject: Re: Three problems with multiple IMAP accounts
Date: Wed, 16 Feb 2005 23:12:55 -0500	[thread overview]
Message-ID: <m38y5n9648.fsf@water.tss.usg.edu> (raw)
In-Reply-To: <87wtt76edw.fsf@blackdown.de>

Juergen Kreileder <jk@blackdown.de> writes:

> Hi,
>
> I have a few problems with multiple IMAP accounts:
>
> Problem 1: Excessive reconnecting 
> ========== 
>
> If I do 'g' with just one IMAP account I see:
>
> ,----
> | Reading active file from Local via nnimap...
> | nnimap: Checking mailboxes...done
> `----
>
> With two IMAP accounts this changes to:
>
> ,----
> | Reading active file from Remote via nnimap...
> | Opening nnimap server on Remote...
> | Opening nnimap server on Remote...done
> | nnimap: Checking mailboxes...done
> | Reading active file from Local via nnimap...
> | Opening nnimap server on Local...
> | Opening nnimap server on Local...done
> | nnimap: Checking mailboxes...done
> `----

I had the very same problem until I added all of my IMAP servers as
secondary-select-methods.  I also had to G E each nnimap group in the Group
buffer and make sure the short name of the server was specified.

For example, I added this to gnus-secondary-select-methods:
  (nnimap "SERVER"
        (nnimap-address "SERVER.com")
        (nnimap-server-port 993)
        (nnimap-stream ssl)
        (nnimap-list-pattern
         ("INBOX" "Mail/*")))

And then did G E on all my nnimap groups so they looked like this:
  ("nnimap+SERVER:Mail/happy" 1
   ((1 . 119))
   "SERVER" ;; changed this from "nnimap+SERVER:Mail/happy" to "SERVER"
   ((timestamp 16916 1783)
    (uidvalidity . "1107056107")))

After making this change Gnus was *much* faster.
    
Initially I used the Server buffer to add all of my IMAP groups; it never
occurred to me to make them secondary-select-methods.  Seems like adding
via the Server buffer should do some magic for you :)




  reply	other threads:[~2005-02-17  4:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-17  3:42 Juergen Kreileder
2005-02-17  4:12 ` Mark Plaksin [this message]
2005-02-17  5:31   ` Juergen Kreileder
2005-02-18 13:44 ` Three problems with multiple IMAP accounts (patch for 2 of 3) Juergen Kreileder

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=m38y5n9648.fsf@water.tss.usg.edu \
    --to=happy@usg.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).