From bea366fcdfa72910fde029205b677d28646e5dc4 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 12 Apr 2018 16:00:46 -0700 Subject: Misc. changes from new laptop --- base/muttrc | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'base/muttrc') diff --git a/base/muttrc b/base/muttrc index bad1a74..292d2fc 100644 --- a/base/muttrc +++ b/base/muttrc @@ -29,26 +29,30 @@ set forward_format="Fwd: %s" macro pager "" "Previous line" macro pager "" "Next line" -bind index g noop -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" -macro index M "?" "move a message to a mailbox" +bind index,pager g noop +bind index gg first-entry +bind pager gg top +bind index G last-entry +bind pager G bottom +bind index,pager R group-reply +macro index,pager c "?" "open a different folder" +macro index C "?" "copy a message to a mailbox" +macro index M "?" "move a message to a mailbox" # For gmail, don't move the message to archive, just remove it from the inbox. #macro index e "+archive" "Archive a message." #macro pager e "+archive" "Archive a message." -macro index e "" "Archive a message." -macro pager e "" "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 index,pager e "" "Archive a message." +macro index,pager S "+spam" "Report message as spam." +macro index,pager d "+trash" "Move to trash" macro pager \Cu "|urlview" "view links in urlview" macro index \es "unset wait_keynotmuch-mutt --prompt search~/.cache/notmuch/mutt/results/" "Search All Mail" - + macro index \ + "set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ + notmuch-mutt -r thread\ + `echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`\ + set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ + "notmuch: reconstruct thread" # Colors #color index brightwhite default ~N #color index brightwhite default ~O -- cgit v1.2.3