summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-15 10:54:46 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-15 10:54:46 +0000
commitde516949ae980516d941118aee64abd7617eaed9 (patch)
tree6d2ad2033feae0353dd5c80cba84e56e476ad64c /compose.c
parent9ca32b65a87d7ca0c02dd686a60b634009b11fd6 (diff)
[patch-0.94.6i.gt.arrow.1] Add M_ARROWCURSOR on the
compose menu.
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.c b/compose.c
index 26c0782a..dee6689b 100644
--- a/compose.c
+++ b/compose.c
@@ -75,7 +75,7 @@ void snd_entry (char *b, size_t blen, MUTTMENU *menu, int num)
{
mutt_FormatString (b, blen, NONULL (AttachFormat), mutt_attach_fmt,
(unsigned long)(((ATTACHPTR **) menu->data)[num]),
- M_FORMAT_STAT_FILE);
+ M_FORMAT_STAT_FILE | M_FORMAT_ARROWCURSOR);
}