From 41ad20090204cf683b15eef288f0994bd9fcf121 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 5 Dec 2015 01:45:15 +0100 Subject: .offlineimaprc: Raising the maximum parallel accounts to be synced. Lowering the refresh times. --- .offlineimaprc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.offlineimaprc') diff --git a/.offlineimaprc b/.offlineimaprc index 3bd525b..b514bf0 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -1,6 +1,6 @@ [general] accounts = sleepmap.de, tu-berlin.de, c-base.org -maxsyncaccounts = 2 +maxsyncaccounts = 3 pythonfile = ~/bin/pass2offlineimap # Automatic mailbox generationi for mutt @@ -16,8 +16,8 @@ footer = "\n" localrepository = tu-berlin-local remoterepository = tu-berlin-remote status_backend = sqlite -autorefresh = 5 -quick = 10 +autorefresh = 3 +quick = 7 [Repository tu-berlin-local] type = Maildir @@ -34,8 +34,8 @@ folderfilter = lambda folder: folder not in ['Other Users/tb-ak/studio'] localrepository = sleepmap-local remoterepository = sleepmap-remote status_backend = sqlite -autorefresh = 5 -quick = 10 +autorefresh = 3 +quick = 7 [Repository sleepmap-local] type = Maildir @@ -51,8 +51,8 @@ remotepasseval = get_pass("dave@sleepmap.de") localrepository = c-base-local remoterepository = c-base-remote status_backend = sqlite -autorefresh = 5 -quick = 10 +autorefresh = 3 +quick = 7 [Repository c-base-local] type = Maildir -- cgit v1.2.3-54-g00ecf