commit 5ab2567afd79c395344126ccbfe5b370a6e5caa1
parent cfcf648c54109b5c729f66910916dbe91c45be60
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 5 Aug 2014 23:13:41 +0200
Merge branch 'master' of gitorious.org:myconfig/myconfig
Diffstat:
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/mutt/colors b/mutt/colors
@@ -17,7 +17,6 @@ color hdrdefault red black # headers
color indicator default magenta # currently selected message
color markers brightcyan black # the + for wrapped pager lines
color message brightcyan black # informational messages, not mail
-color quoted green black # quoted text
color search brightgreen black # hilite search patterns in the pager
color signature red black # signature (after "-- ") is red
color status brightyellow blue # status bar is yellow *on blue*
diff --git a/mutt/muttrc b/mutt/muttrc
@@ -90,9 +90,6 @@ macro index,pager <Esc>/ "<search>~b "
macro index,pager <Esc>? "<search-reverse>~b "
# remove unneccessary bindings
-bind index,pager & noop
-bind index,pager . noop
-bind index,pager x noop
bind index,pager p noop
bind index,pager <Esc>b noop
bind index,pager <Down> noop
@@ -100,7 +97,6 @@ bind index,pager <Up> noop
bind index,pager <Left> noop
bind index,pager <Right> noop
bind index,pager <Esc>s noop
-bind index \# noop
bind index <End> noop
bind index <Home> noop