diff options
-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) |