From: martin f. krafft <madduck@madduck.net>
Date: Wed, 24 Sep 2008 10:58:21 +0000 (+0200)
Subject: do not use tag-prefix in edit-header
X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/829a405011c59fded10d42ca3b71af7b23cde116?ds=inline;hp=-c

do not use tag-prefix in edit-header
---

829a405011c59fded10d42ca3b71af7b23cde116
diff --git a/.mutt/edit-header b/.mutt/edit-header
index 0911220..c87717a 100755
--- a/.mutt/edit-header
+++ b/.mutt/edit-header
@@ -62,6 +62,7 @@ esac
 
 echo "set my_editor=\"\$editor\'"
 echo "set editor=\"$editor\""
-echo "push <tag-prefix><edit>"
+#echo "push <tag-prefix>"
+echo "push <edit>"
 # we need to push this so it happens after the editing
 echo "push :set editor=\"\$my_editor\"<enter>"