Update Mutt Config

Adjust colors and keybindings
Tested-on: raspi <14 Apr 2014>
This commit is contained in:
Tom Swartz
2014-04-14 10:12:37 -04:00
parent 17b4553dd7
commit 9022f83d52
2 changed files with 13 additions and 5 deletions

1
.mutt/mailcap Normal file
View File

@@ -0,0 +1 @@
text/html; w3m -I %{charset} -T text/html; copiousoutput;

17
.muttrc
View File

@@ -6,18 +6,20 @@ set sendmail="/usr/bin/msmtp"
set ssl_starttls=yes
set ssl_force_tls=yes
set header_cache="/home/tom/Mail/headercache"
set mailcap_path="~/.mutt/mailcap"
unset confirmappend
set sig_on_top
macro index ga "<save-message>=Archives/2014<enter>" "Archive message to 2014 Archive folder"
macro index gt "<save-message>=Filtered/Tech Department<enter>" "Archive message to Tech Archive folder"
macro index,pager ga "<save-message>=Archives/2014<enter>" "Archive message to 2014 Archive folder"
macro index,pager gt "<save-message>=Filtered/Tech Department<enter>" "Archive message to Tech Archive folder"
macro index,pager gg "<group-reply>" "Group Reply- to all recipients"
bind index "\Ca" 'imap-fetch-mail'
set folder={mail.pennmanor.net}
set spoolfile={mail.pennmanor.net}INBOX
fcc-hook ~A {mail.pennmanor.net}"Sent Items"
set copy=yes
set mail_check=3
set mail_check=30
mailboxes =INBOX ="Filtered/Git Messages" ="Filtered/Voicemails"
@@ -39,7 +41,12 @@ unset imap_passive
unset suspend
unset read_only
color status brightwhite blue
color status brightwhite black
color tree brightred default
color markers blue default
color indicator brightyellow blue
color indicator brightwhite black
color body brightgreen default "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
color body brightgreen default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
color body black default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"