X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=1762394bad211aae168e7a293a25959728da0363;hp=b2d283d8e93c7f12f0165cce66ceca68fc348c8c;hb=f061b8bfafd1eb3d389e4c9801ff4377de8f9225;hpb=7a368b3670a90656b2e0e724ed3efd79221f3d31 diff --git a/sendlib.c b/sendlib.c index b2d283d..1762394 100644 --- a/sendlib.c +++ b/sendlib.c @@ -25,7 +25,6 @@ #include "handler.h" #include "recvattach.h" #include "mutt_curses.h" -#include "rfc2047.h" #include "mx.h" #include "copy.h" #include "pager.h" @@ -956,8 +955,8 @@ bye: if (type != TYPEOTHER || *xtype != '\0') { att->type = type; - str_replace (&att->subtype, subtype); - str_replace (&att->xtype, xtype); + m_strreplace(&att->subtype, subtype); + m_strreplace(&att->xtype, xtype); } return (type);