summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/curs_main.c b/curs_main.c
index 2fcad670..ec8652bd 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -1481,6 +1481,15 @@ int mutt_index_menu (int attach_msg /* invoked while attaching a message */)
unset_option (OPTFORCEREDRAWPAGER);
break;
+ case OP_EDIT_MESSAGE:
+
+ CHECK_MSGCOUNT;
+ CHECK_READONLY;
+
+ ci_send_message (SENDEDITMSG, NULL, NULL, Context, CURHDR);
+ menu->redraw = REDRAW_FULL;
+ break;
+
case OP_FORWARD_MESSAGE:
CHECK_MSGCOUNT;