emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Myles English <mylesenglish@gmail.com>
To: Rasmus <rasmus@gmx.us>
Cc: emacs-orgmode@gnu.org
Subject: Re: mail integration, advice?
Date: Sun, 29 Apr 2012 00:49:21 +0100	[thread overview]
Message-ID: <87r4v7v2m6.fsf@gmail.com> (raw)
In-Reply-To: <8762ckqbvz.fsf@pank.eu> (rasmus@gmx.us's message of "Sat, 28 Apr 2012 13:28:00 +0100")


Hi Rasmus,

>> On Sat, 28 Apr 2012 13:28:00 +0100, Rasmus  said:

  > Eric Fraga <e.fraga@ucl.ac.uk> writes:
  >> Rasmus <rasmus@gmx.us> 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

  parent reply	other threads:[~2012-04-28 23:44 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26 13:47 mail integration, advice? Matt Price
2012-04-26 14:33 ` Carson Chittom
2012-04-26 15:38   ` Tassilo Horn
2012-04-26 16:06     ` Carson Chittom
2012-04-26 16:28 ` Rasmus
2012-04-26 17:23   ` Tassilo Horn
2012-04-28  8:25   ` Eric Fraga
2012-04-28 12:28     ` Rasmus
2012-04-28 14:59       ` Eric Fraga
2012-04-28 23:49       ` Myles English [this message]
2012-04-29  1:00   ` Neil Smithline
2012-04-26 20:03 ` Florian Friesdorf
2012-04-26 21:26 ` Myles English
2012-04-27 13:34   ` Eric Schulte
2012-04-27 20:08     ` Myles English
2012-04-27 18:16       ` Eric Schulte
2012-04-28  8:29     ` Eric Fraga
2012-04-28 15:51       ` RC
2012-04-28 16:54         ` Richard Riley
2012-04-28 11:46     ` Rasmus
2012-04-28 22:45       ` [OT] " Eric Schulte
2012-04-26 22:22 ` Charles Philip Chan
2012-04-27  4:29 ` Eric Abrahamsen
2012-04-27 12:09 ` Stephen Eglen
2012-04-28  8:35   ` Eric Fraga
2012-04-28 17:44   ` Dirk-Jan C. Binnema
2012-04-29  0:45   ` Neil Smithline
2012-04-29  9:00     ` Stephen Eglen
2012-04-29  9:41       ` Bastien
2012-04-29 18:41     ` Mikkel Kristiansen
2012-04-30 10:28     ` Richard Riley

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r4v7v2m6.fsf@gmail.com \
    --to=mylesenglish@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rasmus@gmx.us \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).