From: Thomas Roessler Date: Wed, 30 Sep 1998 06:04:36 +0000 (+0000) Subject: Tell the user how to attach messages when using the attach-message X-Git-Tag: mutt-0-94-9i-rel~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2036d31ccdb447fe9e68bf36e97485f8d7230091;p=mutt Tell the user how to attach messages when using the attach-message feature. --- 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);