From 64c9564ea71e50990db91c6084b8edb3a7d0d11b Mon Sep 17 00:00:00 2001
From: Luke <luke@lukesmith.xyz>
Date: Sat, 10 Feb 2018 20:23:38 -0700
Subject: vanilla mutt compatible, general clean-up

---
 muttrc | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/muttrc b/muttrc
index b40380b..b1dcfed 100644
--- a/muttrc
+++ b/muttrc
@@ -1,5 +1,6 @@
 # vim: filetype=muttrc
 # This is the general mutt config which has the settings that all accounts use.
+source muttcol
 set sleep_time = 0
 set sort = 'reverse-date'
 set editor = vim
@@ -21,10 +22,10 @@ mono bold bold
 mono underline underline
 mono indicator reverse
 color index yellow default '.*'
-color index_author red default '.*'
-color index_number blue default
-color index_subject cyan default '.s'
-color index_size green default
+#color index_author red default '.*'
+#color index_number blue default
+#color index_subject cyan default '.s'
+#color index_size green default
 color normal default default
 color body brightred default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
 color body brightblue default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
@@ -43,9 +44,3 @@ macro index,pager \Cu |urlview\n
 bind index \Cf noop
 macro index \Cf "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show only messages matching a notmuch pattern"
 macro index A "<limit>all\n" "show all messages (undo limit)"
-macro index,pager i1 '<sync-mailbox><enter-command>source /home/luke/.config/mutt/accounts/luke.muttrc<enter><change-folder>!<enter>'
-source /home/luke/.config/mutt/accounts/luke.muttrc
-macro index,pager i2 '<sync-mailbox><enter-command>source /home/luke/.config/mutt/accounts/gkulade.muttrc<enter><change-folder>!<enter>'
-macro index,pager i3 '<sync-mailbox><enter-command>source /home/luke/.config/mutt/accounts/gmail.muttrc<enter><change-folder>!<enter>'
-macro index,pager i4 '<sync-mailbox><enter-command>source /home/luke/.config/mutt/accounts/luke.muttrc<enter><change-folder>!<enter>'
-macro index,pager i5 '<sync-mailbox><enter-command>source /home/luke/.config/mutt/accounts/gmail.muttrc<enter><change-folder>!<enter>'
-- 
cgit v1.2.3