blob: f6ed07abe5276fd497b59975ae4b4f8dccaf5f48 (
plain) (
blame)
1
2
3
4
5
6
7
|
# vim: syntax=muttrc
set imap_keepalive = 60
set imap_authenticators = 'xoauth2'
set imap_oauth_refresh_command = "mutt_oauth2.py --encryption-pipe='cat' --decryption-pipe='cat' \"$XDG_STATE_HOME/xoauth2-tokens/rkavanag.alumni.cmu.edu\""
set imap_passive = 'no'
set imap_user = 'rkavanag@alumni.cmu.edu'
|