nmh-workers
[Top] [All Lists]

anno -nodate -component subject -text "hi foo"$'\n'" bar"$'\n'" baz"

2021-07-17 06:09:56
Consider

    $ anno -nodate -component subject -text "hi foo"$'\n'"  bar"$'\n'"  baz"

I was hoping above would add only one subject header. Is there a way to
do that?

--
thanks!
Tom


$ echo "hi foo"$'\n'"  bar"$'\n'"  baz" |cat -A
hi foo$
  bar$
  baz$

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