tDo not add newline for subjet line, if there is html. - sfeed_sendmail - sfeed to sendmail command
 (HTM) git clone git://r-36.net/sfeed_sendmail
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 6e1e4bbc692bae4f39c7587fe0f036def8dc1552
 (DIR) parent 5a0f91e1759708a150adf5724b1f550ac3ae7351
 (HTM) 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(-)
       ---
 (DIR) diff --git a/sfeed_sendmail b/sfeed_sendmail
       t@@ -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}"