aboutsummaryrefslogtreecommitdiff
path: root/.offlineimaprc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2012-05-07 11:04:25 -0400
committerRyan Kavanagh <rak@debian.org>2012-05-07 11:11:05 -0400
commita2aae2a089517c756eccd444db1d9401e060a562 (patch)
treef1e5b18c998dcfabf3fb81ecad37e76b140fe667 /.offlineimaprc
parentChanged other ssh-key passphrases (diff)
Another stab at offlineimap folderfilter
Diffstat (limited to '.offlineimaprc')
-rw-r--r--.offlineimaprc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.offlineimaprc b/.offlineimaprc
index 6b2aa65..440f4a0 100644
--- a/.offlineimaprc
+++ b/.offlineimaprc
@@ -27,6 +27,7 @@ type = IMAP
remotehost = localhost
remoteuser = ryan
remotepass = LOCAL_PASS
+folderfilter = lambda folder: folder not in ['[Google Mail]/All Mail'] and not folder.startswith('QueensU.')
[Repository RemoteGmail]
foldersort = lambda x, y: mycmp(x, y)