diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index d9ce121b..148b7507 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -28,7 +28,7 @@ address-book-cmd = /home/fic/tools/carddav-query.py -S Fastmail %s [Outlook] source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com?token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753 # source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test -source-cred-cmd = gpg --decrypt --quiet /home/fic/tools/tokenfile-test | jq -r '.refresh_token' +source-cred-cmd = gpg --decrypt --quiet /home/fic/tools/tokenfile | jq -r '.refresh_token' outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587 outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test from = Daniel Fichtinger