]> granicus.if.org Git - mutt/commitdiff
Tell the user how to attach messages when using the attach-message
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 30 Sep 1998 06:04:36 +0000 (06:04 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 30 Sep 1998 06:04:36 +0000 (06:04 +0000)
feature.

compose.c

index de23890df111764aeac111d79cb437560572d3b7..b73b4ee50a8a68f25aeeabc63ac7c6878badc40e 100644 (file)
--- 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);