nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Multiple From Addresses.

2016-10-10 11:20:27
one more question about this:  how can i cause a format entry to
evaluate to nothing at all, not even a newline?

i'd like to do something similar to your example for Reply-to, for
instance (i have other uses in mind as well).  i've tried both this:

   %<(getenv MH_REPLYTO)%(void(width))%(putaddr Reply-to: )%|%>

Here you go:

%<(getenv MH_REPLYTO)%(void(width))%(putaddr Reply-to: )
%>\

The literal newline after the %(putaddr) ends up in the output file, and
the \ supresses the newline on the next line.

--Ken

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>