diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-05-28 11:20:43 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-05-28 11:20:43 -0400 |
commit | c1c1d22facb3e3ba354663ce0eaf47d7adf4a8ef (patch) | |
tree | 307216ac495186464da371a24877f5f69ff34666 /.offlineimaprc | |
parent | Readd ctan downloader (diff) |
Have offlineimap watch GMail INBOX for new mail
Diffstat (limited to '')
-rw-r--r-- | .offlineimaprc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 39eb8e2..4873d7c 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -28,6 +28,7 @@ remotehost = localhost remoteuser = ryan remotepass = LOCAL_PASS folderfilter = lambda folder: folder not in ['[Google Mail]/All Mail'] and not folder.startswith('QueensU.') +idlefolders = ['INBOX'] [Repository RemoteGmail] foldersort = lambda x, y: mycmp(x, y) |