diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-06-06T18·42+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-06-06T18·42+0200 |
commit | 6ad766993030040a3444c24fa371dd72a3c8db38 (patch) | |
tree | 68d1b864c881a34b4a7e347cdecc1bd67561d9a7 /dotfiles | |
parent | 8460fd5ec50b45a4282271d77d8af5b384949057 (diff) |
fix(offlineimaprc): Set maxage=90 on GMail account
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/offlineimaprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/offlineimaprc b/dotfiles/offlineimaprc index 56840c99d113..f9980dbc71f7 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 = 30 # otherwise the volume is too high ... +maxage = 90 # otherwise the volume is too high ... localrepository = gmail-local remoterepository = gmail-remote synclabels = yes |