summaryrefslogtreecommitdiffstats
path: root/offlineimap
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-10-27 21:14:47 +0100
committerGravatar Tom Willemse2014-10-27 21:14:47 +0100
commit44704e67ec751f3cc34648e8cd48a4c96b79e32f (patch)
tree6f8aa819bd5ca2996065eb4e0a19777f9bc9c45c /offlineimap
parentcceea74f8675d29c726060c786fb8d2d4a14985a (diff)
downloaddotfiles-44704e67ec751f3cc34648e8cd48a4c96b79e32f.tar.gz
dotfiles-44704e67ec751f3cc34648e8cd48a4c96b79e32f.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 7436e63..ff95ea1 100644
--- a/offlineimap/.offlineimaprc
+++ b/offlineimap/.offlineimaprc
@@ -36,7 +36,7 @@ type = Gmail
remoteuser = "tom@picturefix.nl"
remotepasseval = getpassword("picturefix")
realdelete = no
-cert_fingerprint = 5b6ebc897d19317405adb03190cf432a1badcd40
+cert_fingerprint = 85dd311c4a1dbcda6fb53e46004386861844ed2e
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 = 5b6ebc897d19317405adb03190cf432a1badcd40
+cert_fingerprint = 85dd311c4a1dbcda6fb53e46004386861844ed2e
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))))