summaryrefslogtreecommitdiffstats
path: root/offlineimap
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-10-23 10:21:18 +0200
committerGravatar Tom Willemse2014-10-23 10:21:18 +0200
commitb8a9d602bdd85c5732fe1b4bb93391d455d2d48d (patch)
treeebc40b51119d57eab69326e6dc1fe383fa0ad22d /offlineimap
parent02871ce988c14287245502e013e997351d3db661 (diff)
downloaddotfiles-b8a9d602bdd85c5732fe1b4bb93391d455d2d48d.tar.gz
dotfiles-b8a9d602bdd85c5732fe1b4bb93391d455d2d48d.zip
Enable electric-pair-mode for some modes
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))))