info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble setting up Gnus + OfflineIMAP + dovecot


From: britt
Subject: Re: Trouble setting up Gnus + OfflineIMAP + dovecot
Date: Fri, 23 Oct 2015 09:32:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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
> ...



reply via email to

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