summaryrefslogtreecommitdiffstats
path: root/.mutt/outlook
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2022-05-08 13:38:57 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2022-05-08 13:38:57 +0800
commita2447390bcb12b08339d7a535dd7905be228131e (patch)
tree4cc7871119715ac1d09234e8b2af51b9cc113a75 /.mutt/outlook
parent181b17dd27cf9529742ac0cbd53b079ed0fdf9da (diff)
downloaddotfiles-a2447390bcb12b08339d7a535dd7905be228131e.tar.gz
Add another account.
Diffstat (limited to '.mutt/outlook')
-rw-r--r--.mutt/outlook10
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 ***`"