move rfc2047.c into lib-mime, reindent it.
[apps/madmutt.git] / rfc3676.c
index de9e0b6..c194540 100644 (file)
--- a/rfc3676.c
+++ b/rfc3676.c
@@ -272,5 +272,5 @@ void rfc3676_space_stuff (HEADER* hdr) {
   fclose (out);
   mutt_set_mtime (hdr->content->filename, tmpfile);
   unlink (hdr->content->filename);
-  str_replace (&hdr->content->filename, tmpfile);
+  m_strreplace(&hdr->content->filename, tmpfile);
 }