diff --git a/config/.scripts/mutt_oauth2.py b/config/.scripts/mutt_oauth2.py index e691cb4..0d762f1 100755 --- a/config/.scripts/mutt_oauth2.py +++ b/config/.scripts/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', 'mikecchalupiak@outlook.com'] +ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'mchalupiak'] DECRYPTION_PIPE = ['gpg', '--decrypt'] registrations = {