[Commits] [SCM] claws branch, master, updated. 4.1.1-57-g9c2dc86a8
paul at claws-mail.org
paul at claws-mail.org
Tue Apr 18 10:28:18 UTC 2023
The branch, master has been updated
via 9c2dc86a857c567847a24f5b3184578839ed34c3 (commit)
from a9cb9444678747b12e899fa6504e7767981dafaf (commit)
Summary of changes:
src/common/utils.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 9c2dc86a857c567847a24f5b3184578839ed34c3
Author: Paul <paul at claws-mail.org>
Date: Tue Apr 18 11:28:14 2023 +0100
fix bug 4670, 'To/CC incorrectly escaped with a trailing backslash'
diff --git a/src/common/utils.c b/src/common/utils.c
index 497bedfca..396a65eff 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -608,6 +608,7 @@ gchar *escape_internal_quotes(gchar *str, gchar quote_chr)
if (str == NULL || *str == '\0')
return str;
+ g_strstrip(str);
/* search for unescaped quote_chr */
p = str;
if (*p == quote_chr)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list