summaryrefslogtreecommitdiff
path: root/mail/reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/reply.c')
-rw-r--r--mail/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/reply.c b/mail/reply.c
index 0a4a3a967..8ceacbf54 100644
--- a/mail/reply.c
+++ b/mail/reply.c
@@ -99,7 +99,7 @@ reply0 (msgset_t *mspec, mu_message_t msg, void *data)
{
char *p = NULL;
- if (munre_subject (str, NULL))
+ if (mu_unre_subject (str, NULL))
util_strcat (&p, util_reply_prefix ());
util_strcat (&p, str);
free (str);

Return to:

Send suggestions and report system problems to the System administrator.