From 2a713a6ab5140fab33e20afd208f62568785b543 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 26 Oct 2020 11:26:46 -0500 Subject: General updates --- .mutt/tech | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .mutt/tech (limited to '.mutt/tech') diff --git a/.mutt/tech b/.mutt/tech new file mode 100644 index 0000000..1ed6028 --- /dev/null +++ b/.mutt/tech @@ -0,0 +1,17 @@ +## IMAP +set imap_user = dsholman42@students.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" + +## SMTP +set smtp_url = smtp://$imap_user:$imap_pass@smtp.office365.com +set realname = "Danny Holman" +set from = $imap_user +set ssl_force_tls = yes +set ssl_starttls + +## Hook +account-hook $folder "set imap_user=dsholman42@students.tntech.edu imap_pass=`pass tntech.edu/dsholman42`" -- cgit v1.2.3