diff options
author | David Runge <dave@sleepmap.de> | 2015-12-05 01:45:15 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-12-05 01:45:15 +0100 |
commit | 41ad20090204cf683b15eef288f0994bd9fcf121 (patch) | |
tree | caaa7cd258955fe90d2e0a595072953da8ecdf44 /.offlineimaprc | |
parent | f7b369efd04238fdf4c964fe8800636bce785851 (diff) | |
download | dotfiles-41ad20090204cf683b15eef288f0994bd9fcf121.tar.gz dotfiles-41ad20090204cf683b15eef288f0994bd9fcf121.tar.bz2 dotfiles-41ad20090204cf683b15eef288f0994bd9fcf121.tar.xz dotfiles-41ad20090204cf683b15eef288f0994bd9fcf121.zip |
.offlineimaprc: Raising the maximum parallel accounts to be synced. Lowering the refresh times.
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 14 |
1 files changed, 7 insertions, 7 deletions
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 |