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 <[email protected]> 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
> ...

_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to