diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-10-28 10:48:41 +0000 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-10-28 10:48:41 +0000 |
commit | ea323b1a1d31379244daa469e8d5f79740acbdb7 (patch) | |
tree | dc44cb694f09b730fe60976c6feaa38cb0ba3fb2 /.offlineimaprc | |
parent | Also use DejaVu Sans Mono in urxvt for math characters (diff) |
Use path to SSL certs in offlineimap instead of manual fingerprint
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 5cb5927..f32b44d 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -6,8 +6,8 @@ metadata = ~/.offlineimap accounts = GMAIL, QueensU, McGillSOCS, McGill #, GMAIL pythonfile=~/.offlineimap.py -# EIMEAR maxsyncaccounts = 5 +sslcacertfile = SSL_CERTS #### GMAIL Account Settings [Account GMAIL] @@ -38,10 +38,10 @@ remoteuser = ryanakca@gmail.com remotepass = GMAIL_PASS spamfolder = [Google Mail]/Spam trashfolder = [Google Mail]/Bin -cert_fingerprint = f3043dd689a2e7dddfbef82703a6c65ea9b634c1 realdelete = no folderfilter = lambda folder: True not in map(lambda x: folder.startswith(x), ['QueensU', 'McGill', 'McGSOCS', '[Google Mail]/All Mail', '[Google Mail]/Important']) idlefolders = ['INBOX'] +sslcacertfile = SSL_CERTS ##### QueensU mail [Account QueensU] |