aboutsummaryrefslogtreecommitdiffstats
path: root/.offlineimaprc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-12-15 02:07:10 +0100
committerDavid Runge <dave@sleepmap.de>2015-12-15 02:07:10 +0100
commitab5863b9e38280a124ceb0652c00ffcfdd93d8bb (patch)
treec1252a15466f352deb26868578f646884a94a1f5 /.offlineimaprc
parentd40225a9d592f6858bc8937df73990b0b8aed165 (diff)
parent23cdc07936a202b4e3a7f42bbd2a53fa316cfb47 (diff)
downloaddotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.tar.gz
dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.tar.bz2
dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.tar.xz
dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.zip
Merge branch 'master' of sleepmap.de:dotfiles
* 'master' of sleepmap.de:dotfiles: .offlineimaprc: Adding lac@linuxaudio.org account. .mutt/accounts.rc: Adding lac@linuxaudio.org account. .mutt/lac@linuxaudio.org.*: Adding config and signature file for lac@linuxaudio.org. .msmtprc: Adding lac@linuxaudio.org account. .offlineimaprc: Raising the maximum parallel accounts to be synced. Lowering the refresh times. .ncmpcpp/config: Lowering the sample multiplier for smaller visualizer
Diffstat (limited to '.offlineimaprc')
-rw-r--r--.offlineimaprc33
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")