From 2036d31ccdb447fe9e68bf36e97485f8d7230091 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 30 Sep 1998 06:04:36 +0000 Subject: [PATCH] Tell the user how to attach messages when using the attach-message feature. --- compose.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.c b/compose.c index de23890d..b73b4ee5 100644 --- a/compose.c +++ b/compose.c @@ -651,6 +651,7 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */ this = Context; /* remember current folder */ Context = ctx; set_option(OPTATTACHMSG); + mutt_message ("Tag the messages you want to attach!"); close = mutt_index_menu (); unset_option(OPTATTACHMSG); -- 2.40.0