Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

new user; imap/gmail slowness

2 views
Skip to first unread message

Joseph Mingrone

unread,
May 10, 2013, 10:29:59 AM5/10/13
to info-gnu...@gnu.org
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 "j...@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


Alberto Luaces

unread,
May 10, 2013, 10:54:40 AM5/10/13
to info-gnu...@gnu.org
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


Joseph Mingrone

unread,
May 10, 2013, 11:34:12 AM5/10/13
to info-gnu...@gnu.org
Alberto Luaces <alu...@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


Lars Magne Ingebrigtsen

unread,
Aug 1, 2013, 7:52:01 AM8/1/13
to Joseph Mingrone, info-gnu...@gnu.org
Joseph Mingrone <j...@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

0 new messages