diff options
Diffstat (limited to '.mutt/outlook')
| -rw-r--r-- | .mutt/outlook | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.mutt/outlook b/.mutt/outlook index d8f4f35..c37bd74 100644 --- a/.mutt/outlook +++ b/.mutt/outlook @@ -1,9 +1,9 @@ # imap settings -set imap_user=xxxx -set imap_pass=`pass show microsoft` +set imap_user=*** +set imap_pass=`pass show ***` set folder=imaps://outlook.office365.com:993 -set from=xxxx -set realname=xxxxx +set from=*** +set realname=*** # smtp settings set smtp_url=smtp://$imap_user:$imap_pass@smtp.office365.com:587 @@ -15,4 +15,4 @@ set record=+Sent set postponed=+Drafts # hooks -account-hook $folder "set imap_user=xxxx imap_pass=`pass show microsoft`" +account-hook $folder "set imap_user=*** imap_pass=`pass show ***`" |
