]> granicus.if.org Git - mutt/commitdiff
[patch-0.94.6i.gt.arrow.1] Add M_ARROWCURSOR on the
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Sep 1998 10:54:46 +0000 (10:54 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Sep 1998 10:54:46 +0000 (10:54 +0000)
compose menu.

compose.c

index 26c0782a780c49a0acc8e7e1fc6da981d44ab7c8..dee6689b1c5c17bf8a60e07fbb33feec0ccdb69d 100644 (file)
--- 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);
 }