Re: [Nmh-workers] Developing and Debugging a postproc

2016-10-21 Thread norm
David Levine  writes:

>
>And you can select an alternate profile by setting your MH environment
>variable, e.g., MH=.mh_profile_postproc comp

David Levine and Ken Hornstein: Thank you most kindly for your several
Emails about how to write, test, and use a postproc. The task was easy enough,
ONCE I knew how.

Norman Shapiro

___
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] Developing and Debugging a postproc

2016-10-16 Thread Ralph Corderoy
Hi Norm,

> While developing and debugging a postproc, I want to use nmh to send
> mail without using the postproc that I'm debugging, but to use it
> sometimes when I do a send.

Keep toggling the name of the postproc entry?

sed -i '/^x*postproc:/!n; s/^x/y/; s/^p/xp/; s/^y//' .mh_profile

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

___
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers


[Nmh-workers] Developing and Debugging a postproc

2016-10-16 Thread norm
While developing and debugging a postproc, I want to use nmh to send mail
without using the postproc that I'm debugging, but to use it sometimes when
I do a send.

What are some good ways to that?

Norman Shapiro

___
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers