summaryrefslogtreecommitdiff
path: root/.mutt/tech
blob: aba2a8b762b809350b7791f20c5363d3213fd9e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## IMAP
set imap_user = dsholman42@tntech.edu
set imap_pass = `pass tntech.edu/dsholman42`
set folder = imaps://outlook.office365.com
set spoolfile = +INBOX
set postponed = +Drafts
set record = "+Sent Items"
unmailboxes *
mailboxes =INBOX =Archive "=Junk Email" =Drafts "=Sent Items" "=Deleted Items"

## SMTP
set from = $imap_user
set sendmail = "/usr/bin/msmtp -a ttu -t"

## Hook
account-hook $folder "set imap_user=dsholman42@tntech.edu imap_pass=`pass tntech.edu/dsholman42`"