forgotten config.h inclusion
[apps/madmutt.git] / rfc1524.c
index d45c474..9b745b4 100644 (file)
--- a/rfc1524.c
+++ b/rfc1524.c
@@ -132,7 +132,7 @@ static char *get_field (char *s)
       break;
     }
   }
-  str_skip_trailws (s);
+  m_strrtrim(s);
   return ch;
 }
 
@@ -143,7 +143,7 @@ static int get_field_text (char *field, char **entry,
   if (*field == '=') {
     if (entry) {
       field = vskipspaces(field + 1);
-      str_replace (entry, field);
+      m_strreplace(entry, field);
     }
     return 1;
   }