move rfc2047.c into lib-mime, reindent it.
[apps/madmutt.git] / alias.c
diff --git a/alias.c b/alias.c
index 9be40dc..bc5a25a 100644 (file)
--- a/alias.c
+++ b/alias.c
@@ -101,7 +101,7 @@ static address_t *mutt_expand_aliases_r (address_t * a, LIST ** expn)
           char namebuf[STRING];
 
           mutt_gecos_name (namebuf, sizeof (namebuf), pw);
-          str_replace (&a->personal, namebuf);
+          m_strreplace (&a->personal, namebuf);
         }
       }
     }