move rfc2047.c into lib-mime, reindent it.
[apps/madmutt.git] / sendlib.c
index 2a62bd3..1762394 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -955,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);