Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Joseph Mingrone <jrm@ftfl.ca>
To: info-gnus-english@gnu.org
Subject: new user; imap/gmail slowness
Date: Fri, 10 May 2013 11:29:59 -0300	[thread overview]
Message-ID: <86obci6h7c.fsf@phe.ath.cx> (raw)

Hi;

I just started playing with gnus in the last few days (Gnus v5.13 inside
GNU Emacs 24.3.1 on FreeBSD 9.1-STABLE).  It's really nice to have
mailing lists and rss feeds all within Emacs.  The learning curve is a
little steep, but so far so good.

I've managed to get set my gmail account up, but the speeds are quite
slow and I assume I'm doing something foolish.  This is what I have in
~/.gnus.

(setq gnus-select-method '(nnnil))
(setq gnus-secondary-select-methods '((nntp "news.gmane.org")))
(add-to-list 'gnus-secondary-select-methods '(nnimap "gmail"
						     (nnimap-address "imap.gmail.com")
						     (nnimap-server-port 993)
						     (nnimap-stream ssl)
						     (nnir-search-engine imap)
						     (nnimap-authinfo-file "~/.authinfo.gpg")
						     (nnmail-expiry-target "nnimap+gmail:[Gmail]/Trash")
						     (nnmail-expiry-wait 90)))
(setq message-send-mail-function 'smtpmail-send-it
      smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
      smtpmail-auth-credentials '(("smtp.gmail.com" 587 "jrm@ftfl.ca" nil))
      smtpmail-default-smtp-server "smtp.gmail.com"
      smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-smtp-service 587
      smtpmail-local-domain "ftfl.ca")

The slow parts are when I hit 'G' in the *Group* buffer.  It can take
over a minute to finish.  I've tried unexposing some labels to imap from with
gmail (e.g. All Mail, Important, etc.) and it helps a little, but
compared to the news groups, it's much slower.

Is there anything I'm missing to speed things up?

Thanks,

Joseph

             reply	other threads:[~2013-05-10 14:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-10 14:29 Joseph Mingrone [this message]
2013-05-10 14:54 ` Alberto Luaces
2013-05-10 15:34   ` Joseph Mingrone
     [not found]   ` <mailman.25475.1368200082.855.info-gnus-english@gnu.org>
2013-08-01 11:52     ` Lars Magne Ingebrigtsen

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=86obci6h7c.fsf@phe.ath.cx \
    --to=jrm@ftfl.ca \
    --cc=info-gnus-english@gnu.org \
    /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).