[Commits] [SCM] claws branch, master, updated. 3.15.0-144-gdc79dfc
claws at claws-mail.org
claws at claws-mail.org
Tue Oct 10 10:33:28 CEST 2017
The branch, master has been updated
via dc79dfce6803ffc32b5c0a372790c73c774000e9 (commit)
from 74f063f12ab0f6a787be3aa0f3296e48d1f2e0a6 (commit)
Summary of changes:
src/common/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit dc79dfce6803ffc32b5c0a372790c73c774000e9
Author: Paul <paul at claws-mail.org>
Date: Tue Oct 10 09:33:23 2017 +0100
fix bug 3893, ' Text mode open/copy web links ignores trailing tilde(s)'
diff --git a/src/common/utils.c b/src/common/utils.c
index d878392..7edaf23 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -4121,7 +4121,7 @@ gboolean get_uri_part(const gchar *start, const gchar *scanpos,
* should pass some URI type to this function and decide on that whether
* to perform punctuation stripping */
-#define IS_REAL_PUNCT(ch) (g_ascii_ispunct(ch) && !strchr("/?=-_)", ch))
+#define IS_REAL_PUNCT(ch) (g_ascii_ispunct(ch) && !strchr("/?=-_~)", ch))
for (; ep_ - 1 > scanpos + 1 &&
IS_REAL_PUNCT(*(ep_ - 1));
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list