nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Multiple From Addresses.


From: Ken Hornstein
Subject: Re: [Nmh-workers] Multiple From Addresses.
Date: Mon, 10 Oct 2016 12:12:56 -0400

>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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]