19 lines
355 B
Cheetah
19 lines
355 B
Cheetah
[general]
|
|
accounts = main
|
|
|
|
[Account main]
|
|
localrepository = main-local
|
|
remoterepository = main-remote
|
|
synclabels = yes
|
|
|
|
[Repository main-local]
|
|
type = GmailMaildir
|
|
localfolders = /dump
|
|
|
|
[Repository main-remote]
|
|
type = Gmail
|
|
remoteuser = XXX_REPLACE_USER_XXX
|
|
remotepass = XXX_REPLACE_PASS_XXX
|
|
cert_fingerprint = XXX_REPLACE_FINGERPRINT_XXX
|
|
readonly = true
|