summaryrefslogtreecommitdiffstats
path: root/.mutt/outlook
blob: d8f4f35d24676275647fe69762f6711bb313b8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# imap settings
set imap_user=xxxx
set imap_pass=`pass show microsoft`
set folder=imaps://outlook.office365.com:993
set from=xxxx
set realname=xxxxx

# smtp settings
set smtp_url=smtp://$imap_user:$imap_pass@smtp.office365.com:587

# mailboxes
set spoolfile=+INBOX
mailboxes = +INBOX
set record=+Sent
set postponed=+Drafts

# hooks
account-hook $folder "set imap_user=xxxx imap_pass=`pass show microsoft`"