summaryrefslogtreecommitdiff
path: root/.mutt/tech
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2025-02-20 15:18:02 -0600
committerDanny Holman <dholman@gymli.org>2025-02-20 15:18:02 -0600
commita27e83028b7943d26d881564ed446a2a4d374fed (patch)
tree017ffe78defa27275790c82249a581aef5d9eca6 /.mutt/tech
parent01ef5403e983f5a4767cacf3ffe77a0fcea2139a (diff)
Update to 02/20/25
Diffstat (limited to '.mutt/tech')
-rw-r--r--.mutt/tech16
1 files changed, 0 insertions, 16 deletions
diff --git a/.mutt/tech b/.mutt/tech
deleted file mode 100644
index aba2a8b..0000000
--- a/.mutt/tech
+++ /dev/null
@@ -1,16 +0,0 @@
-## IMAP
-set imap_user = dsholman42@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"
-unmailboxes *
-mailboxes =INBOX =Archive "=Junk Email" =Drafts "=Sent Items" "=Deleted Items"
-
-## SMTP
-set from = $imap_user
-set sendmail = "/usr/bin/msmtp -a ttu -t"
-
-## Hook
-account-hook $folder "set imap_user=dsholman42@tntech.edu imap_pass=`pass tntech.edu/dsholman42`"