]> diplodocus.org Git - nmh/blobdiff - uip/aliasbr.c
mhstore(1) now obeys its -noverbose switch.
[nmh] / uip / aliasbr.c
index 2e83d07c2389ad8ca744e821637fe89730e3b352..6600f741374247b7d6aacdb47c0c0260d39277b5 100644 (file)
@@ -126,7 +126,7 @@ akval (struct aka *ak, char *s)
            if (name) {
                /* s is of the form "Blind list: address".  If address
                   is an alias, expand it. */
            if (name) {
                /* s is of the form "Blind list: address".  If address
                   is an alias, expand it. */
-               struct mailname *mp = getm (name, NULL, 0, AD_NAME, NULL);
+               struct mailname *mp = getm (name, NULL, 0, NULL, 0);
 
                if (mp  &&  mp->m_ingrp) {
                    char *gname = add (mp->m_gname, NULL);
 
                if (mp  &&  mp->m_ingrp) {
                    char *gname = add (mp->m_gname, NULL);