From 974ffab68b0449cd4d9d99a90ff01456f0c226dd Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 21 Apr 2025 12:15:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-21 12:15:05 --- .config/aerc/accounts.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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