From cab68a30175d17bcaebeb5a1538bebd5f1130811 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 5 Sep 2018 14:27:12 +0100 Subject: [PATCH] unfolding: do not introduce additional lwsp Signed-off-by: Ian Jackson (cherry picked from commit 8f597404afd9b075dc98b134a4734b2b18d065d7) (cherry picked from commit 9d2fc6f0e90433378487674c0a4f29edac3ffb32) --- stump/bin/submission.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stump/bin/submission.pl b/stump/bin/submission.pl index 565d2d4..d6f5a40 100755 --- a/stump/bin/submission.pl +++ b/stump/bin/submission.pl @@ -344,7 +344,7 @@ sub readMessage { # But, first, a wrinkle ... if (!m/^(?:References):/i) { push @unfolded, (m/^[^:]+:/ ? $& : '????') - if s/\n(?=.)/ /g; + if s/\n(?=.)//g; if (length $_ > 505) { #wtf $_ = substr($_, 0, 500); $_ =~ s/\n?$/\n/; -- 2.30.2