From 61805cee73ec78db6621fb5a2b42ce6217094aff Mon Sep 17 00:00:00 2001 From: iliajie Date: Thu, 15 Jun 2023 17:51:16 +0300 Subject: [PATCH] Add blockquote formatting unless exists already --- mailboxes/folders-lib.pl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mailboxes/folders-lib.pl b/mailboxes/folders-lib.pl index ddb47358c..c0d88af10 100755 --- a/mailboxes/folders-lib.pl +++ b/mailboxes/folders-lib.pl @@ -2848,7 +2848,14 @@ my ($body) = @_; # Mail iframe inner styles my $iframe_styles = - ''; + ''; # Add inner styles to the email body if ($body =~ /<\/body>/) { $body =~ s/<\/body>/$iframe_styles<\/body>/;