AutoYADM commit: 2025-05-25 16:16:23

This commit is contained in:
Daniel Fichtinger 2025-05-25 16:16:23 -04:00
parent c080b5b531
commit ebc5c24725

View file

@ -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