X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc3676.c;h=c194540ef12c1848c6191c287cac3f10c91ad523;hp=a7144c2da288618104fb818f01d09414c6b6c8b8;hb=dded59764065d6d5051f3188cd691cd1a00c185e;hpb=ecaab35b973fbceb58b5ed174971c82762cc0199 diff --git a/rfc3676.c b/rfc3676.c index a7144c2..c194540 100644 --- a/rfc3676.c +++ b/rfc3676.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "mutt.h" #include "mutt_curses.h" @@ -271,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); }