From a2447390bcb12b08339d7a535dd7905be228131e Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 8 May 2022 13:38:57 +0800 Subject: Add another account. --- .mutt/outlook | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.mutt/outlook') 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 ***`" -- cgit v1.2.3