Update cert fingerprint
This commit is contained in:
parent
dff0536e09
commit
05c68a9e2e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ type = Gmail
|
|||
remoteuser = "ryuslash@gmail.com"
|
||||
remotepasseval = getpassword("gmail")
|
||||
realdelete = no
|
||||
cert_fingerprint = 2bab9dfeec44c80df7ad9d5c6281d1b9369ba232
|
||||
cert_fingerprint = 5b6ebc897d19317405adb03190cf432a1badcd40
|
||||
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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue