summaryrefslogtreecommitdiff
path: root/mh/mh_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mh_init.c')
-rw-r--r--mh/mh_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/mh_init.c b/mh/mh_init.c
index c3b02c0ec..9492c1997 100644
--- a/mh/mh_init.c
+++ b/mh/mh_init.c
@@ -786,7 +786,7 @@ void
mh_set_reply_regex (const char *str)
{
char *err;
- int rc = munre_set_regex (str, 0, &err);
+ int rc = mu_unre_set_regex (str, 0, &err);
if (rc)
mh_error ("reply_regex: %s%s%s", mu_strerror (rc),
err ? ": " : "",

Return to:

Send suggestions and report system problems to the System administrator.