# HG changeset patch # User Steve Losh # Date 1297371248 18000 # Node ID 92455edf3c718cee398cf818102edc13ac98239c # Parent 1cb4a1729a46a114e709922535cb8ab80101b6ad mutt: a few mappings diff -r 1cb4a1729a46 -r 92455edf3c71 mutt/muttrc --- a/mutt/muttrc Thu Feb 10 15:08:43 2011 -0500 +++ b/mutt/muttrc Thu Feb 10 15:54:08 2011 -0500 @@ -109,6 +109,7 @@ bind index L previous-unread bind index K next-unread bind index,pager R group-reply +bind index \Cp recall-message # macros macro index \Cr "N" "mark tagged messages as read" @@ -123,4 +124,4 @@ macro index \" "+steve-dumbwaiterdesign.com/INBOX" "go to dwaiter/INBOX" # save a decoded copy in ~ -macro index P "cat > ~/Desktop/" "save message as" +macro index,pager P "cat > ~/Desktop/" "save message as"