Feed fileproc and mhlproc from rcvdist, send, and whatnow to post.
[mmh] / uip / whom.c
index ddf99ef..d405ebb 100644 (file)
@@ -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)) {