blob: ac1f1340671121e853332dea5241be57e7fcdedf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# vim: syntax=muttrc
# Set copy to no so long as you use UQAM's smtp,
# which automatically saves messages to $record
set copy = no
set from = 'Ryan Kavanagh <kavanagh.ryan@uqam.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://kavanagh.ryan@uqam.ca@smtp.office365.com:587/'
set signature = "`pwd`/signature"
unset sendmail
unset smtp_pass
|