X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc3676.c;h=c194540ef12c1848c6191c287cac3f10c91ad523;hp=5304d5996703d485182d630984d1666dab2455e4;hb=dded59764065d6d5051f3188cd691cd1a00c185e;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/rfc3676.c b/rfc3676.c index 5304d59..c194540 100644 --- a/rfc3676.c +++ b/rfc3676.c @@ -22,11 +22,12 @@ #include #include +#include #include +#include #include "mutt.h" #include "mutt_curses.h" -#include "ascii.h" #include "handler.h" #include "state.h" #include "lib.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); }