Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: <britt@uwaterloo.ca>
To: Jeffrey DeLeo <JeffreyDeLeo@gmail.com>
Cc: info-gnus-english@gnu.org
Subject: Re: Trouble setting up Gnus + OfflineIMAP + dovecot
Date: Fri, 23 Oct 2015 09:32:27 -0400	[thread overview]
Message-ID: <87ziz9yal0.fsf@brittoffice.uwaterloo.ca> (raw)
In-Reply-To: <87r3kmrybx.fsf@JUbuntu.dharma.lan> (Jeffrey DeLeo's message of "Thu, 22 Oct 2015 21:41:22 -0700")

I use dovecot and mbsync (isync) and it basically works. My gnus has the following:
Perhaps you might want to use imap and the network stream?

(setq gnus-secondary-select-methods
      '((nnimap "email"
                (nnimap-address "localhost")
                (nnimap-stream network)
                (nnimap-authenticator login)
                (nnimap-inbox "INBOX")
                (nnimap-unsplittable-articles (%Deleted))
                (nnimap-split-methods default)
                (nnir-search-engine imap))
        (nntp "news.gwene.org"
              )
        (nntp "news.gmane.org"
              )
        )
      )

/Britt

Jeffrey DeLeo <JeffreyDeLeo@gmail.com> writes:

> Taking dovecot out of the mix for the moment, you could try:
>
> (setq gnus-secondary-select-methods
>       '((nnmaildir "GMail" (directory "~/Maildir-gmail"))))
>
> I guess your .offlineimaprc includes something like:
> [Account Gmail]
> # Identifier for the local repository; e.g. the maildir to be synced via IMAP.
> localrepository = Gmail-local
>
> [Repository Gmail-local]
> type = Maildir
> localfolders = ~/Maildir-gmail
> ...


  parent reply	other threads:[~2015-10-23 13:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22 16:36 Julien Cubizolles
2015-10-23  4:41 ` Jeffrey DeLeo
2015-10-23  9:34   ` Julien Cubizolles
2015-10-23 13:32   ` britt [this message]
2015-10-23 14:02 ` Lluís Vilanova
2015-10-23 14:26   ` Julien Cubizolles
2015-10-23 17:57     ` Lluís Vilanova
2015-10-23 22:24       ` Julien Cubizolles

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

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

  git send-email \
    --in-reply-to=87ziz9yal0.fsf@brittoffice.uwaterloo.ca \
    --to=britt@uwaterloo.ca \
    --cc=JeffreyDeLeo@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /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.
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).