summaryrefslogtreecommitdiff
path: root/.mutt/tech
diff options
context:
space:
mode:
Diffstat (limited to '.mutt/tech')
-rw-r--r--.mutt/tech17
1 files changed, 17 insertions, 0 deletions
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`"