.offlineimaprc issues with 'personal' config

repository personal-local and repository personal-remote were switched so the 'remote' was the maildir section. Simple fix. :)
This commit is contained in:
Adam Thiede 2017-08-01 05:53:03 -05:00 committed by GitHub
parent 7e975ee022
commit 5309afb81d

View File

@ -30,13 +30,13 @@ localfolders = ~/.Mail/Gmail
localrepository = personal-local localrepository = personal-local
remoterepository = personal-remote remoterepository = personal-remote
[Repository personal-local] [Repository personal-remote]
type = IMAP type = IMAP
remoteuser = USER@DOMAIN.COM remoteuser = USER@DOMAIN.COM
remotepass = $PASSWORD remotepass = $PASSWORD
remotehost = SERVER-ADDRESS remotehost = SERVER-ADDRESS
sslcacertfile = /etc/ssl/certs/ca-certificates.crt sslcacertfile = /etc/ssl/certs/ca-certificates.crt
[Repository personal-remote] [Repository personal-local]
type = Maildir type = Maildir
localfolders = ~/.Mail/Personal localfolders = ~/.Mail/Personal