X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;fp=uip%2Fsend.c;h=39d425f57ba9c91f3c030978fd055fec4f2c6340;hb=03fe41ba1d68108808c966c6d7ff74bd8c1d648c;hp=ad1cf39755f0adec6a4060e09ff21b8b51a90353;hpb=d2e40bd9ce3c3973a1666eaa9477cea927baf84f;p=mmh diff --git a/uip/send.c b/uip/send.c index ad1cf39..39d425f 100644 --- a/uip/send.c +++ b/uip/send.c @@ -168,6 +168,16 @@ main (int argc, char **argv) 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, switches)) {