X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhom.c;h=d405ebb7c9056db90047338424be4fea115e16d9;hb=6bd76adcc81f4a725352c338a39212bcdefb0a4b;hp=ddf99efb2ae7d58aa3861c11eed125f019637098;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/uip/whom.c b/uip/whom.c index ddf99ef..d405ebb 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -88,6 +88,9 @@ main (int argc, char **argv) vec[vecp++] = "-library"; vec[vecp++] = getcpy (m_maildir ("")); + /* Don't need to feed fileproc or mhlproc to post because + it doesn't use them when used for whom. */ + while ((cp = *argp++)) { if (*cp == '-') { switch (smatch (++cp, switches)) {