emacs-orgmode
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]