]> diplodocus.org Git - nmh/blobdiff - uip/whatnowsbr.c
Removed hard-coded -I.. and -I../.. from INCLUDES, it was redundant given -I$(top_src...
[nmh] / uip / whatnowsbr.c
index 18c25f884ebcbcb5b2a825b26ad1a059069d97f4..7db5c58873e9d47ca981ca21ed02fa62db8d14e2 100644 (file)
@@ -1144,6 +1144,16 @@ sendit (char *sp, char **arg, char *file, int pushed)
     vec[vecp++] = "-library";
     vec[vecp++] = getcpy (m_maildir (""));
 
+    if ((cp = context_find ("fileproc"))) {
+      vec[vecp++] = "-fileproc";
+      vec[vecp++] = cp;
+    }
+
+    if ((cp = context_find ("mhlproc"))) {
+      vec[vecp++] = "-mhlproc";
+      vec[vecp++] = cp;
+    }
+
     while ((cp = *argp++)) {
        if (*cp == '-') {
            switch (smatch (++cp, sendswitches)) {