From ce7d829f4d446e5afc104406e97214263d7dcb9d Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 10 Oct 2014 23:26:38 -0700 Subject: muttrc changes. --- base/muttrc | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/base/muttrc b/base/muttrc index 7a36ace..b3b2531 100644 --- a/base/muttrc +++ b/base/muttrc @@ -28,6 +28,9 @@ set forward_format="Fwd: %s" macro pager "" "Previous line" macro pager "" "Next line" +bind index gg first-entry +bind index G last-entry +bind index R group-reply macro index c "?" "open a different folder" macro pager c "?" "open a different folder" macro index C "?" "copy a message to a mailbox" @@ -37,24 +40,25 @@ macro pager e "+archived" "Archive a message." macro index S "+spam" "Report message as spam." macro index d "+trash" "Move to trash" macro pager d "+trash" "Move to trash" +macro pager \Cu "|urlview" "view links in urlview" -macro index \es '=search''mairix ' 'Enter Mairix search term' +macro index \es "unset wait_keymutt-notmuch-py ~/.maildir/search=search" "Search All Mail" # Colors -color index brightwhite default ~N -color index brightwhite default ~O - -# colors -color normal white black -color attachment brightyellow black -color hdrdefault white black -color indicator black white -color markers brightred black -color quoted green black -color signature cyan black -color status black white -color tilde blue black -color tree red black +#color index brightwhite default ~N +#color index brightwhite default ~O +# +## colors +#color normal white black +#color attachment brightyellow black +#color hdrdefault white black +#color indicator black white +#color markers brightred black +#color quoted green black +#color signature cyan black +#color status black white +#color tilde blue black +#color tree red black # Grab any host-specific settings source ~/.host-specific/muttrc -- cgit v1.2.3