diff --git a/.config/fish/functions/outlook_ouath.fish b/.config/fish/functions/outlook_ouath.fish new file mode 100644 index 00000000..a18894a6 --- /dev/null +++ b/.config/fish/functions/outlook_ouath.fish @@ -0,0 +1,5 @@ +function outlook_ouath --description 'refresh outlook ouath for aerc' + command rm ~/.cache/aerc/Outlook-xoauth2.token + set tokendir ~/tools + $tokendir/mutt_oauth2.py $tokendir/tokenfile --authorize +end