From ea323b1a1d31379244daa469e8d5f79740acbdb7 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 28 Oct 2012 10:48:41 +0000 Subject: Use path to SSL certs in offlineimap instead of manual fingerprint --- .offlineimaprc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.offlineimaprc') 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] -- cgit v1.2.3