From 0eb9eb2e2e34e3d9dbd4b6bf0201e9e247d6143e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 11 Aug 2026 15:24:49 -0400 Subject: queensu config --- dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc | 8 ++++++++ dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc.tmpl | 8 -------- dot_config/neomutt/accounts/9rak.queensu.ca/send.rc | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc delete mode 100644 dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc.tmpl (limited to 'dot_config/neomutt') diff --git a/dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc b/dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc new file mode 100644 index 0000000..e3633e1 --- /dev/null +++ b/dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc @@ -0,0 +1,8 @@ +# vim: syntax=neomuttrc + +set imap_authenticators = 'xoauth2' +set imap_oauth_refresh_command = "mutt_oauth2.py --encryption-pipe='cat' --decryption-pipe='cat' \"$XDG_STATE_HOME/xoauth2-tokens/9rak.queensu.ca\"" +set imap_passive = 'no' +set imap_user = '9rak@queensu.ca' + +unset imap_pass diff --git a/dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc.tmpl b/dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc.tmpl deleted file mode 100644 index ea26286..0000000 --- a/dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc.tmpl +++ /dev/null @@ -1,8 +0,0 @@ -# vim: syntax=neomuttrc - -set imap_authenticators = 'xoauth2' -set imap_oauth_refresh_command = 'mutt_oauth2.py --client-id="08162f7c-0fd2-4200-a84a-f25a4db0b584" --client-secret="TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82" --encryption-pipe="cat" --decryption-pipe="cat" $XDG_CONFIG_HOME/neomutt/accounts/9rak.queensu.ca/xoauth2-token' -set imap_passive = 'no' -set imap_user = '9rak@queensu.ca' - -unset imap_pass diff --git a/dot_config/neomutt/accounts/9rak.queensu.ca/send.rc b/dot_config/neomutt/accounts/9rak.queensu.ca/send.rc index c0fc662..fff4c4f 100644 --- a/dot_config/neomutt/accounts/9rak.queensu.ca/send.rc +++ b/dot_config/neomutt/accounts/9rak.queensu.ca/send.rc @@ -3,7 +3,7 @@ set copy = yes set from = 'Ryan Kavanagh ' set smtp_authenticators = 'xoauth2' -set smtp_oauth_refresh_command = 'mutt_oauth2.py --client-id="08162f7c-0fd2-4200-a84a-f25a4db0b584" --client-secret="TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82" --encryption-pipe="cat" --decryption-pipe="cat" $XDG_CONFIG_HOME/neomutt/accounts/9rak.queensu.ca/xoauth2-token' +set smtp_oauth_refresh_command = "mutt_oauth2.py --encryption-pipe='cat' --decryption-pipe='cat' \"$XDG_STATE_HOME/xoauth2-tokens/9rak.queensu.ca\"" set smtp_url = 'smtp://9rak@queensu.ca@smtp.office365.com:587/' unset sendmail -- cgit v1.2.3