Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* new user; imap/gmail slowness
@ 2013-05-10 14:29 Joseph Mingrone
  2013-05-10 14:54 ` Alberto Luaces
  0 siblings, 1 reply; 4+ messages in thread
From: Joseph Mingrone @ 2013-05-10 14:29 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: new user; imap/gmail slowness
  2013-05-10 14:29 new user; imap/gmail slowness Joseph Mingrone
@ 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>
  0 siblings, 2 replies; 4+ messages in thread
From: Alberto Luaces @ 2013-05-10 14:54 UTC (permalink / raw)
  To: info-gnus-english

Joseph Mingrone writes:

> The slow parts are when I hit 'G' in the *Group* buffer.  It can take
> over a minute to finish.

Do you mean 'g'?  You can

(setq imap-log t)

as described in the "Debugging IMAP" chapter of the manual and see which
part is slowing down the process.

-- 
Alberto

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: new user; imap/gmail slowness
  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>
  1 sibling, 0 replies; 4+ messages in thread
From: Joseph Mingrone @ 2013-05-10 15:34 UTC (permalink / raw)
  To: info-gnus-english

Alberto Luaces <aluaces@udc.es> writes:

> Joseph Mingrone writes:
>
>> The slow parts are when I hit 'G' in the *Group* buffer.  It can take
>> over a minute to finish.
>
> Do you mean 'g'?
Yes, sorry, lower case.

> You can
>
> (setq imap-log t)
>
> as described in the "Debugging IMAP" chapter of the manual and see which
> part is slowing down the process.

I've tried this, but must be doing something wrong.  When I do `C-h v
imap-log` I'm told "imap-log's value is t", but I don't see a *imap-log*
buffer?

Thanks,

Joseph

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: new user; imap/gmail slowness
       [not found]   ` <mailman.25475.1368200082.855.info-gnus-english@gnu.org>
@ 2013-08-01 11:52     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2013-08-01 11:52 UTC (permalink / raw)
  To: Joseph Mingrone; +Cc: info-gnus-english

Joseph Mingrone <jrm@ftfl.ca> writes:

> I've tried this, but must be doing something wrong.  When I do `C-h v
> imap-log` I'm told "imap-log's value is t", but I don't see a *imap-log*
> buffer?

The variable to set is `nnimap-record-commands' to get the trace buffer.

-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-01 11:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-10 14:29 new user; imap/gmail slowness Joseph Mingrone
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

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).