summaryrefslogtreecommitdiff
path: root/.mutt/tech
diff options
context:
space:
mode:
Diffstat (limited to '.mutt/tech')
-rw-r--r--.mutt/tech9
1 files changed, 2 insertions, 7 deletions
diff --git a/.mutt/tech b/.mutt/tech
index df00287..aba2a8b 100644
--- a/.mutt/tech
+++ b/.mutt/tech
@@ -6,16 +6,11 @@ set spoolfile = +INBOX
set postponed = +Drafts
set record = "+Sent Items"
unmailboxes *
-mailboxes =INBOX =Drafts "=Sent Items" "=Deleted Items"
+mailboxes =INBOX =Archive "=Junk Email" =Drafts "=Sent Items" "=Deleted Items"
## SMTP
-set smtp_url = smtp://$imap_user@outlook.office365.com
-set smtp_pass = $imap_pass
-set realname = "Danny Holman"
set from = $imap_user
-set ssl_force_tls = yes
-set smtp_authenticators = "login"
-set ssl_starttls
+set sendmail = "/usr/bin/msmtp -a ttu -t"
## Hook
account-hook $folder "set imap_user=dsholman42@tntech.edu imap_pass=`pass tntech.edu/dsholman42`"