From 6ad766993030040a3444c24fa371dd72a3c8db38 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 6 Jun 2018 20:42:35 +0200 Subject: fix(offlineimaprc): Set maxage=90 on GMail account --- dotfiles/offlineimaprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1