X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc3676.c;h=d5781906cb4e9f5f5dd8255538d18b439dbb48b5;hp=de9e0b6e1fe6f0e9b8df96066c7da4b1921500c7;hb=108f3c7ab59844591f7540347914ea57be5245e2;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57 diff --git a/rfc3676.c b/rfc3676.c index de9e0b6..d578190 100644 --- a/rfc3676.c +++ b/rfc3676.c @@ -25,15 +25,15 @@ #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) @@ -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); }