|
| From: | Jeffrey DeLeo |
| Subject: | Re: Trouble setting up Gnus + OfflineIMAP + dovecot |
| Date: | Thu, 22 Oct 2015 21:41:22 -0700 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.5.50 (gnu/linux) |
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
...
| [Prev in Thread] | Current Thread | [Next in Thread] |