From b51b3bc0b8713afb99d45ceeb42f6318e7068ea5 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 11 Feb 2018 15:08:58 -0700 Subject: mutt stuff removed. See LukeSmithxyz/mutt-wizard --- .config/mutt/muttrc | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .config/mutt/muttrc (limited to '.config/mutt/muttrc') diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc deleted file mode 100644 index 8341228..0000000 --- a/.config/mutt/muttrc +++ /dev/null @@ -1,41 +0,0 @@ -source ~/.config/mutt/gmailrc -source ~/.config/mutt/muttcol -source ~/.config/mutt/aliases - -set sort = 'reverse-date' -set editor = vim -#set copy = no -set timeout = "5" -set mail_check = "10" -set mailcap_path = ~/.config/mutt/mailcap -set date_format="%m/%d %I:%M" -set index_format="%2C %Z %d %-15.15F %s (%-4.4c)" - -auto_view text/html -alternative_order text/plain text/enriched text/html - -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 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]+ - -bind editor noop -bind index G last-entry -bind index gg first-entry -bind index d half-down -bind index u half-up -bind index D delete-message -bind index U undelete-message -bind index F search -bind index R group-reply - -auto_view application/pdf - -macro index,pager U "set pipe_decode = yesurlviewset pipe_decode = no""view URLs" -- cgit v1.3.1