summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/colors16
-rw-r--r--.mutt/gymli9
-rw-r--r--.mutt/mailcap5
-rw-r--r--.mutt/tech16
4 files changed, 24 insertions, 22 deletions
diff --git a/.mutt/colors b/.mutt/colors
new file mode 100644
index 0000000..3f1c7ff
--- /dev/null
+++ b/.mutt/colors
@@ -0,0 +1,16 @@
+color hdrdefault blue black
+color quoted blue black
+color signature blue black
+color attachment red black
+color prompt brightmagenta black
+color message brightred black
+color error brightred black
+color indicator black red
+color status brightgreen blue
+color tree white black
+color normal white black
+color markers red black
+color search white black
+color tilde brightmagenta black
+color index blue black ~F
+color index red black "~N|~O"
diff --git a/.mutt/gymli b/.mutt/gymli
index e736530..7d99b87 100644
--- a/.mutt/gymli
+++ b/.mutt/gymli
@@ -1,12 +1,13 @@
## IMAP
-set imap_user = dholman
-set imap_pass = `pass gymli.org/mail/dholman`
-set folder = imaps://mail.gymli.org
+set mbox_type = Maildir
+set folder = ~/.mail/Private
set spoolfile = +INBOX
+set header_cache = ~/.cache/mutt
set postponed = +Drafts
set record = +Sent
+set trash = +Trash
unmailboxes *
-mailboxes =INBOX =Sent =Trash =Drafts =Junk =Archive
+mailboxes =INBOX =Sent =Trash =Drafts =Junk =Archive =INBOX.lists
## SMTP
set from = dholman@gymli.org
diff --git a/.mutt/mailcap b/.mutt/mailcap
index 57eaea5..04e1ac4 100644
--- a/.mutt/mailcap
+++ b/.mutt/mailcap
@@ -1,2 +1,3 @@
-text/html; w3m -I %{charset} -T text/html; copiousoutput;
-application/pdf; xpdf %s
+text/html; w3m %s; nametemplate=%s.html; needsterminal
+text/html; w3m -v -F -T text/html -dump %s; copiousoutput
+application/pdf; zathura %s
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`"