summaryrefslogtreecommitdiffstats
path: root/recvattach.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-08 09:17:25 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-08 09:17:25 +0000
commit57c930bf79e06c485142efeb62ffb1e9d8fe3d3b (patch)
treec3c1e876454aead42f16023f45b23a73961a03d6 /recvattach.c
parent1a5381e07e97fe482c2b3a7c75f99938f0b105d4 (diff)
Mutt 0.92.9i.mutt-0-92-9i
Diffstat (limited to 'recvattach.c')
-rw-r--r--recvattach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/recvattach.c b/recvattach.c
index 2ee69560..c4212342 100644
--- a/recvattach.c
+++ b/recvattach.c
@@ -145,7 +145,7 @@ void attach_entry (char *b, size_t blen, MUTTMENU *menu, int num)
s[0] = 0;
if (m->type == TYPEMESSAGE && (!strcasecmp ("rfc822", m->subtype) ||
!strcasecmp ("news", m->subtype)) && MsgFmt[0])
- _mutt_make_string (s, sizeof (s), MsgFmt, m->hdr,
+ _mutt_make_string (s, sizeof (s), MsgFmt, NULL, m->hdr,
M_FORMAT_FORCESUBJ | M_FORMAT_MAKEPRINT);
mutt_pretty_size (size, sizeof (size), m->length);