summaryrefslogtreecommitdiffstats
path: root/offlineimap
diff options
context:
space:
mode:
Diffstat (limited to 'offlineimap')
-rw-r--r--offlineimap/.offlineimaprc2
1 files changed, 1 insertions, 1 deletions
diff --git a/offlineimap/.offlineimaprc b/offlineimap/.offlineimaprc
index 9710eac..b2dede9 100644
--- a/offlineimap/.offlineimaprc
+++ b/offlineimap/.offlineimaprc
@@ -36,7 +36,7 @@ type = Gmail
remoteuser = "tom@picturefix.nl"
remotepasseval = getpassword("picturefix")
realdelete = no
-cert_fingerprint = 2bab9dfeec44c80df7ad9d5c6281d1b9369ba232
+cert_fingerprint = 5b6ebc897d19317405adb03190cf432a1badcd40
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))))