diff options
-rw-r--r-- | .offlineimaprc | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index b514bf0..5baceb5 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -1,5 +1,5 @@ [general] -accounts = sleepmap.de, tu-berlin.de, c-base.org +accounts = sleepmap.de, tu-berlin.de, c-base.org, linuxaudio.org maxsyncaccounts = 3 pythonfile = ~/bin/pass2offlineimap @@ -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") |