>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 [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
