aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2012-05-10 07:01:10 -0400
committerRyan Kavanagh <rak@debian.org>2012-05-10 07:02:27 -0400
commitbcc54fa99ba17e94ef5075e5981556cc42096564 (patch)
treefafd5aa99da9cbeb55c1512a9728c466a0aecf02
parentAdded vim syntax file for daylogs (diff)
Finally fixed offlineimap, I still had QueensU pointing to LocalGmail!
-rw-r--r--.offlineimaprc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.offlineimaprc b/.offlineimaprc
index 1738c6e..39eb8e2 100644
--- a/.offlineimaprc
+++ b/.offlineimaprc
@@ -3,7 +3,7 @@
[general]
metadata = ~/.offlineimap
-accounts = QueensU
+accounts = GMAIL, QueensU
#, GMAIL
pythonfile=~/.offlineimap.py
# EIMEAR
@@ -42,7 +42,7 @@ folderfilter = lambda folder: folder not in ['[Google Mail]/All Mail'] and not f
##### QueensU mail
[Account QueensU]
-localrepository = LocalGmail
+localrepository = LocalQueensU
remoterepository = RemoteQueensU
autorefresh = 20
quick = 10
@@ -51,13 +51,13 @@ foldersort = lamba x, y: cmp(x, y)
postsynchook = /home/ryan/bin/run-mailcheck && notmuch new
[Repository RemoteQueensU]
-# Add QueensU prefix when copying to local
-nametrans = lambda foldername: 'QueensU.' + foldername
foldersort = lambda x, y: cmp(y, x)
type = IMAP
remoteuser = 9rak
remotehost = mail.queensu.ca
remotepass = QUEENSU_PASS
+# Add QueensU prefix when copying to local
+nametrans = lambda foldername: 'QueensU.' + foldername
[Repository LocalQueensU]
type = IMAP