summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-30 06:04:36 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-30 06:04:36 +0000
commit2036d31ccdb447fe9e68bf36e97485f8d7230091 (patch)
treeb5fcc5f1c383258d9b1b4abb633450f614de426d /compose.c
parenta94d3f55923d206e3327551d3dd1654c1a119438 (diff)
Tell the user how to attach messages when using the attach-message
feature.
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c1
1 files changed, 1 insertions, 0 deletions
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);