blob: 6b6e03ebba722adfa3927e4e9f223f0de708a0bd (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# vim: syntax=neomuttrc
set imap_authenticators = 'xoauth2'
set imap_oauth_refresh_command = '~/bin/mutt_oauth2.py --encryption-pipe="cat" --decryption-pipe="cat" ~/.mutt/accounts/ryan.kavanagh.mail.mcgill.ca/xoauth2-token'
set imap_passive = 'no'
set imap_user = 'ryan.kavanagh@mail.mcgill.ca'
unset imap_pass
|