[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-45-g90748faf7
paul at claws-mail.org
paul at claws-mail.org
Tue Apr 18 10:29:47 UTC 2023
The branch, gtk2 has been updated
via 90748faf70934229cda4863f605094479dbaa390 (commit)
from 094e116cb7a7387fd869ca6222e9cbe90b78df23 (commit)
Summary of changes:
src/common/utils.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 90748faf70934229cda4863f605094479dbaa390
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 17902c706..35cf496f8 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