diff options
| author | Ryan Kavanagh <rak@debian.org> | 2012-05-07 11:04:25 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2012-05-07 11:11:05 -0400 |
| commit | a2aae2a089517c756eccd444db1d9401e060a562 (patch) | |
| tree | f1e5b18c998dcfabf3fb81ecad37e76b140fe667 | |
| parent | Changed other ssh-key passphrases (diff) | |
Another stab at offlineimap folderfilter
Diffstat (limited to '')
| -rw-r--r-- | .offlineimaprc | 1 |
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) |
