summaryrefslogtreecommitdiffstats
path: root/offlineimap
diff options
context:
space:
mode:
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))))