From c480aefa9f7669e2d5cd1af91e91e2e440d383e6 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Sun, 8 Sep 2024 00:45:15 -0400 Subject: [PATCH] changed oauth script --- config/.scripts/mutt_oauth2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {