diff --git a/mutt/mutt_oauth2.py b/mutt/mutt_oauth2.py index 36db6de..68c66b9 100755 --- a/mutt/mutt_oauth2.py +++ b/mutt/mutt_oauth2.py @@ -45,7 +45,7 @@ import readline # encryption and decryption pipes you prefer. They should read from standard # input and write to standard output. The example values here invoke GPG, # although won't work until an appropriate identity appears in the first line. -ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'Comprofix Oauth2'] +ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', '69D1B6909E78A7F20526AD571EC54A8408667FA6'] DECRYPTION_PIPE = ['gpg', '--decrypt'] registrations = { @@ -76,7 +76,7 @@ registrations = { 'https://outlook.office.com/POP.AccessAsUser.All ' 'https://outlook.office.com/SMTP.Send'), 'client_id': '08162f7c-0fd2-4200-a84a-f25a4db0b584', - 'client_secret': 'TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82' + 'client_secret': 'TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82', }, }