diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-05-07 11:04:52 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-05-07 11:11:05 -0400 |
commit | 14fe48a903d0e3fb99c1162dc54a4ec009648a87 (patch) | |
tree | b94e9360d2b15e56b8cffcd12139b84e7223c54f | |
parent | Another stab at offlineimap folderfilter (diff) |
Max 4 connections to remote GMail
Diffstat (limited to '')
-rw-r--r-- | .offlineimaprc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 440f4a0..1738c6e 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -32,6 +32,7 @@ folderfilter = lambda folder: folder not in ['[Google Mail]/All Mail'] and not f [Repository RemoteGmail] foldersort = lambda x, y: mycmp(x, y) type = Gmail +maxconnections = 4 remoteuser = ryanakca@gmail.com remotepass = GMAIL_PASS spamfolder = [Google Mail]/Spam |