X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/22de44b40389f3c6ec7f5d811eb8349cc9d499bf..eaf54b62d94b8a2ab4a82ed30ab3c08214f51571:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index edf3f1e3..ab589551 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -382,6 +382,9 @@ do_cache: context_save (); /* save the context file */ } + if (concat) + m_popen(moreproc, 0); + /* * Show the message content */ @@ -394,6 +397,9 @@ do_cache: free ((char *) cts); cts = NULL; + if (concat) + m_pclose(); + done (0); return 1; }