mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
.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:
parent
7e975ee022
commit
5309afb81d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user