X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc3676.c;h=d5781906cb4e9f5f5dd8255538d18b439dbb48b5;hp=a7144c2da288618104fb818f01d09414c6b6c8b8;hb=7d6add87dcf687d93906c297d335029effbed909;hpb=ecaab35b973fbceb58b5ed174971c82762cc0199 diff --git a/rfc3676.c b/rfc3676.c index a7144c2..d578190 100644 --- a/rfc3676.c +++ b/rfc3676.c @@ -24,15 +24,16 @@ #include #include #include +#include +#include + +#include #include "mutt.h" -#include "mutt_curses.h" #include "handler.h" #include "state.h" #include "lib.h" -#include "lib/debug.h" - #define FLOWED_MAX 77 static int get_quote_level (char *line) @@ -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); }