]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_addr.c
Fixed test-mhfixmsg to work with elinks, which inserted leading
[nmh] / sbr / fmt_addr.c
index 3186deaa053deacc887025131f183cda662a1169..07c0cecfdf16213513409119d7d48ed9e5d6a458 100644 (file)
@@ -82,7 +82,7 @@ formataddr (char *orig, char *str)
 
     /* concatenate all the new addresses onto 'buf' */
     for (isgroup = 0; (cp = getname (str)); ) {
-       if ((mp = getm (cp, NULL, 0, fmt_norm, NULL)) == NULL)
+       if ((mp = getm (cp, NULL, 0, NULL, 0)) == NULL)
            continue;
 
        if (isgroup && (mp->m_gname || !mp->m_ingrp)) {