summaryrefslogtreecommitdiffstats
path: root/offlineimap
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-10-09 23:33:41 +0200
committerGravatar Tom Willemse2014-10-09 23:33:41 +0200
commit2b1913c65fb08c95bb41933a8cf53b5a87489bd7 (patch)
tree791d78c364c884e403fa61a5f72cc8329e708114 /offlineimap
parent6825f7ed69adb92bdfed92649c2922fb7c29a9b9 (diff)
downloaddotfiles-2b1913c65fb08c95bb41933a8cf53b5a87489bd7.tar.gz
dotfiles-2b1913c65fb08c95bb41933a8cf53b5a87489bd7.zip
Update cert_fingerprint
Diffstat (limited to 'offlineimap')
-rw-r--r--offlineimap/.offlineimaprc4
1 files changed, 2 insertions, 2 deletions
diff --git a/offlineimap/.offlineimaprc b/offlineimap/.offlineimaprc
index cf252b2..9710eac 100644
--- a/offlineimap/.offlineimaprc
+++ b/offlineimap/.offlineimaprc
@@ -36,7 +36,7 @@ type = Gmail
remoteuser = "tom@picturefix.nl"
remotepasseval = getpassword("picturefix")
realdelete = no
-cert_fingerprint = 687687a7f2dc166baf58221ff7a42f1683d0d164
+cert_fingerprint = 2bab9dfeec44c80df7ad9d5c6281d1b9369ba232
folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Concepten', '[Gmail]/Verzonden berichten', '[Gmail]/Prullenbak']
nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/Concepten$', 'drafts', re.sub('^\[Gmail\]/Verzonden berichten$', 'sent', re.sub('^\[Gmail\]/Prullenbak$', 'trash', folder))))
@@ -74,7 +74,7 @@ type = Gmail
remoteuser = "ryuslash@gmail.com"
remotepasseval = getpassword("gmail")
realdelete = no
-cert_fingerprint = 687687a7f2dc166baf58221ff7a42f1683d0d164
+cert_fingerprint = 2bab9dfeec44c80df7ad9d5c6281d1b9369ba232
folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Drafts', '[Gmail]/Sent Mail', '[Gmail]/Trash']
nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/Drafts$', 'drafts', re.sub('^\[Gmail\]/Sent Mail$', 'sent', re.sub('^\[Gmail\]/Trash$', 'trash', folder))))