From 8c3b44164ed391fb514e5854dbe63009d4932127 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 16 Jul 2008 13:40:49 +0200 Subject: [PATCH] do not tag-prefix when editing in pager,index --- .mutt/keybindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mutt/keybindings b/.mutt/keybindings index 0410ebc..1565bd7 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -49,7 +49,7 @@ macro index F '~L ' "search for correspondents" #TODO this is a hack until switch-profile does not readd headers. macro compose e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message" -macro index,pager e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message" +macro index,pager e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message" macro index \ej ':set my_editor="$editor":source "$my_confdir/batch-subject-editor|":set editor="$my_editor"' "change message subject" -- 2.39.2