fix(offlineimaprc): Set maxage=90 on GMail account
This commit is contained in:
parent
8460fd5ec5
commit
6ad7669930
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ folderfilter = lambda folder: folder in ['INBOX', 'Arkiv', 'Sende element']
|
||||||
|
|
||||||
# Private GMail account (old):
|
# Private GMail account (old):
|
||||||
[Account gmail]
|
[Account gmail]
|
||||||
# maxage = 30 # otherwise the volume is too high ...
|
maxage = 90 # otherwise the volume is too high ...
|
||||||
localrepository = gmail-local
|
localrepository = gmail-local
|
||||||
remoterepository = gmail-remote
|
remoterepository = gmail-remote
|
||||||
synclabels = yes
|
synclabels = yes
|
||||||
|
|
Loading…
Reference in a new issue