blob: 146b28a862c092417b8a229c3a9d029459721bee (
plain) (
tree)
|
|
# vim: syntax=muttrc
# Set copy to no so long as you use McGill's smtp,
# which automatically saves messages to $record
set copy = no
set from = 'Ryan Kavanagh <rkavanagh@cs.mcgill.ca>'
set smtp_authenticators = 'xoauth2'
set smtp_oauth_refresh_command = "~/bin/mutt_oauth2.py --encryption-pipe='cat' --decryption-pipe='cat' `pwd`/xoauth2-token"
set smtp_url = 'smtp://ryan.kavanagh@mail.mcgill.ca@smtp.office365.com:587/'
unset sendmail
unset smtp_pass
|