diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-06-06T18·44+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-06-06T18·44+0200 |
commit | 858895aad36513c7c8b95673d10e0b7cbcb191d9 (patch) | |
tree | 3aa07fc6504a121c09c25ed749100257417c69fe /dotfiles/offlineimaprc | |
parent | 6ad766993030040a3444c24fa371dd72a3c8db38 (diff) |
fix(offlineimaprc): offlineimap chokes on inline comments
Diffstat (limited to 'dotfiles/offlineimaprc')
-rw-r--r-- | dotfiles/offlineimaprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/offlineimaprc b/dotfiles/offlineimaprc index f9980dbc71f7..dd4752f4c36f 100644 --- a/dotfiles/offlineimaprc +++ b/dotfiles/offlineimaprc @@ -29,7 +29,7 @@ folderfilter = lambda folder: folder in ['INBOX', 'Arkiv', 'Sende element'] # Private GMail account (old): [Account gmail] -maxage = 90 # otherwise the volume is too high ... +maxage = 90 localrepository = gmail-local remoterepository = gmail-remote synclabels = yes |