summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-07 22:19:45 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-07 22:19:45 +0000
commit283cc465b8a09272d2c15e33e026b1d32eb312ae (patch)
tree6adb24f96ab9e5a7a152dbfedb8b3564510c9c62 /commands.c
parent538c400f14c9ceeb83a3836d622ee968a92eb602 (diff)
Rewriting lots of the recvattach code.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index b0ef9a6b..219d46da 100644
--- a/commands.c
+++ b/commands.c
@@ -227,7 +227,7 @@ void ci_bounce_message (HEADER *h, int *redraw)
return;
}
- mutt_bounce_message (h, adr);
+ mutt_bounce_message (NULL, h, adr);
rfc822_free_address (&adr);
mutt_message (h ? _("Message bounced.") : _("Messages bounced."));
}