sfeed_sendmail

sfeed to sendmail command
git clone git://r-36.net/sfeed_sendmail
Log | Files | Refs | LICENSE

commit 6e1e4bbc692bae4f39c7587fe0f036def8dc1552
parent 5a0f91e1759708a150adf5724b1f550ac3ae7351
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 11 Oct 2020 17:13:28 +0200

Do not add newline for subjet line, if there is html.

Diffstat:
sfeed_sendmail | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sfeed_sendmail b/sfeed_sendmail @@ -33,7 +33,9 @@ do | lynx -dump -stdin -nomargins \ -display_charset="utf-8" \ -image_links \ - -assume_charset="utf-8")" + -width=1024 \ + -assume_charset="utf-8" \ + | tr '\n' ' ')" ;; esac [ -z "${title}" ] && title="${link}"