diff options
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 3bd525b..5baceb5 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -1,6 +1,6 @@ [general] -accounts = sleepmap.de, tu-berlin.de, c-base.org -maxsyncaccounts = 2 +accounts = sleepmap.de, tu-berlin.de, c-base.org, linuxaudio.org +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 @@ -63,3 +63,20 @@ type = IMAP remotehost = c-mail.c-base.org remoteuser = dave remotepasseval = get_pass("dave@c-base.org") + +[Account linuxaudio.org] +localrepository = linuxaudio-local +remoterepository = linuxaudio-remote +status_backend = sqlite +autorefresh = 3 +quick = 7 + +[Repository linuxaudio-local] +type = Maildir +localfolders = ~/Mail/linuxaudio.org/ + +[Repository linuxaudio-remote] +type = IMAP +remotehost = linuxaudio.org +remoteuser = lac +remotepasseval = get_pass("lac@linuxaudio.org") |