summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2020-10-26 11:26:46 -0500
committerDanny Holman <dholman@gymli.xyz>2020-10-26 11:26:46 -0500
commit2a713a6ab5140fab33e20afd208f62568785b543 (patch)
treec9bce3387d422f0b0c7fd6a4b0313b7742330179 /.mutt
parentfe225497c003f5273a15225c6d0d1bc750497df1 (diff)
General updates
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/gymli17
-rw-r--r--.mutt/tech17
2 files changed, 34 insertions, 0 deletions
diff --git a/.mutt/gymli b/.mutt/gymli
new file mode 100644
index 0000000..04b49c4
--- /dev/null
+++ b/.mutt/gymli
@@ -0,0 +1,17 @@
+## IMAP
+set imap_user = dholman
+set imap_pass = `pass gymli.xyz/mail/dholman`
+set folder = imaps://mail.gymli.xyz
+set spoolfile = +INBOX
+set postponed = +Drafts
+set record = +Sent
+
+## SMTP
+set smtp_url = smtp://$imap_user:$imap_pass@mail.gymli.xyz
+set realname = "Danny Holman"
+set from = $imap_user@gymli.xyz
+set ssl_force_tls = yes
+set ssl_starttls
+
+## Hook
+account-hook $folder "set imap_user=dholman@gymli.xyz imap_pass=`pass gymli.xyz/mail/dholman`"
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`"