[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] mail integration, advice?
From: |
Myles English |
Subject: |
Re: [O] mail integration, advice? |
Date: |
Sun, 29 Apr 2012 00:49:21 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
Hi Rasmus,
>> On Sat, 28 Apr 2012 13:28:00 +0100, Rasmus said:
> Eric Fraga <address@hidden> writes:
>> Rasmus <address@hidden> writes:
> As this is becoming somewhat of a dovecot thread I've got a
> question:
> Often, after resuming the computer from standby, say, Gnus looses
> the connection to Dovecot. I have to press `g' three times it
> updates mail group and each time I must wait for it to time out.
> Has anyone found a solution to this bothersome issue?
This doesn't happen to me but I notice that my config is slightly different:
;; tell gnus not to fetch mail
(setq mail-sources nil)
;; we are only using email
(setq gnus-nntp-server nil
gnus-read-active-file nil
gnus-save-newsrc-file nil
gnus-read-newsrc-file nil
gnus-check-new-newsgroups nil)
;; fetching email
(setq gnus-select-method
'(nnimap "mainMail"
(nnimap-address "localhost")
(nnimap-stream network)
(nnimap-authinfo-file "/home/myles/.authinfoMainMail")
(nnimap-authenticator login)
(imap-shell-program "MAIL=maildir:/home/myles/Maildir/otherMail
/usr/lib/dovecot/imap")))
(setq gnus-secondary-select-methods
'((nnimap "otherMail"
(nnimap-address "localhost")
(nnimap-stream network)
(nnimap-authinfo-file "/home/myles/.authinfoOtherMail")
(nnimap-authenticator login)
(imap-shell-program "MAIL=maildir:/home/myles/Maildir/otherMail
/usr/lib/dovecot/imap"))
> Thanks, Rasmus
> -- Hooray!
Myles
- [O] mail integration, advice?, Matt Price, 2012/04/26
- Re: [O] mail integration, advice?, Florian Friesdorf, 2012/04/26
- Re: [O] mail integration, advice?, Myles English, 2012/04/26
- Re: [O] mail integration, advice?, Eric Schulte, 2012/04/27
- Re: [O] mail integration, advice?, Eric Fraga, 2012/04/28
- Re: [O] mail integration, advice?, RC, 2012/04/28
- Re: [O] mail integration, advice?, Richard Riley, 2012/04/28
- Re: [O] mail integration, advice?, Rasmus, 2012/04/28