diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2026-08-05 14:01:06 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2026-08-05 14:01:06 -0400 |
| commit | 0e31fb287b5893a28fa22b12aef81dbc1154c842 (patch) | |
| tree | 8bb6f11b5e8867257f49d5e05cdeffa35adb5710 /dot_config/neomutt/accounts/9rak.queensu.ca | |
| parent | drop old neomutt config for mcgill (diff) | |
update neomutt path for mutt_oauth2.py
Diffstat (limited to 'dot_config/neomutt/accounts/9rak.queensu.ca')
| -rw-r--r-- | dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc.tmpl | 2 | ||||
| -rw-r--r-- | dot_config/neomutt/accounts/9rak.queensu.ca/send.rc | 2 |
2 files changed, 2 insertions, 2 deletions
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 index 407e643..ea26286 100644 --- a/dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc.tmpl +++ b/dot_config/neomutt/accounts/9rak.queensu.ca/private_read.rc.tmpl @@ -1,7 +1,7 @@ # vim: syntax=neomuttrc set imap_authenticators = 'xoauth2' -set imap_oauth_refresh_command = '~/bin/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_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' diff --git a/dot_config/neomutt/accounts/9rak.queensu.ca/send.rc b/dot_config/neomutt/accounts/9rak.queensu.ca/send.rc index 8327f7e..c0fc662 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 <ryan.kavanagh@queensu.ca>' set smtp_authenticators = 'xoauth2' -set smtp_oauth_refresh_command = '~/bin/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 --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_url = 'smtp://9rak@queensu.ca@smtp.office365.com:587/' unset sendmail |
