From 20d2bdc41638fea97ee35ebb6a39eda0dfd86c32 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 29 Mar 2023 14:52:31 +0200 Subject: Fix encryption command for mutt_oauth2 --- tw/home/files/aerc/accounts.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tw/home/files/aerc/accounts.conf') diff --git a/tw/home/files/aerc/accounts.conf b/tw/home/files/aerc/accounts.conf index 16b9ac76..ea3a4536 100644 --- a/tw/home/files/aerc/accounts.conf +++ b/tw/home/files/aerc/accounts.conf @@ -7,8 +7,8 @@ smtp-starttls = true # --email timo.wilken@cern.ch --client-id 9e5f94bc-e8a4-4e73-b8be-63364c29d753 --client-secret '' \ # --encryption-pipe 'gpg --encrypt --recipient C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C' # Confirm empty client secret. When done, copy-paste ?code= value from final URL to the command-line. -source-cred-cmd = mutt_oauth2.py ~/.local/share/aerc/twilken.tokens -outgoing-cred-cmd = mutt_oauth2.py ~/.local/share/aerc/twilken.tokens +source-cred-cmd = mutt_oauth2.py ~/.local/share/aerc/twilken.tokens --encryption-pipe 'gpg --encrypt --recipient C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C' +outgoing-cred-cmd = mutt_oauth2.py ~/.local/share/aerc/twilken.tokens --encryption-pipe 'gpg --encrypt --recipient C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C' default = INBOX from = Timo Wilken aliases = twilken@cern.ch -- cgit v1.2.3