simplify mutt_parse_date
[apps/madmutt.git] / url.c
diff --git a/url.c b/url.c
index 9ca480b..81b47c7 100644 (file)
--- a/url.c
+++ b/url.c
@@ -234,7 +234,7 @@ int url_parse_mailto (ENVELOPE * e, char **body, const char *src)
 
     if (!ascii_strcasecmp (tag, "body")) {
       if (body)
-        str_replace (body, value);
+        m_strreplace(body, value);
     }
     else {
 #define SAFEPFX (option (OPTSTRICTMAILTO) ? "" : "X-Mailto-")