# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# 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   "<tag-prefix><clear-flag>N"                                          "mark tagged messages as read"
@@ -123,4 +124,4 @@
 macro index \" "<change-folder>+steve-dumbwaiterdesign.com/INBOX<enter>"   "go to dwaiter/INBOX"
 
 # save a decoded copy in ~
-macro index P   "<pipe-message>cat > ~/Desktop/"    "save message as"
+macro index,pager P   "<pipe-message>cat > ~/Desktop/"    "save message as"