[Commits] [SCM] claws branch, master, updated. 3.14.1-60-g22d94ce
ticho at claws-mail.org
ticho at claws-mail.org
Sun Dec 18 22:35:22 CET 2016
The branch, master has been updated
via 22d94ce01f95c50998c3dd8b60a368862a1d3e62 (commit)
from e3bb5c6ac8a605bdeb836f4efeb5af02a8bbc00e (commit)
Summary of changes:
src/common/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 22d94ce01f95c50998c3dd8b60a368862a1d3e62
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sun Dec 18 22:34:44 2016 +0100
Do not strip plus sign when drag&drop attaching files.
Closes bug #3742.
diff --git a/src/common/utils.c b/src/common/utils.c
index 875bbe1..1a66212 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -1374,7 +1374,7 @@ GList *uri_list_extract_filenames(const gchar *uri_list)
*file = '\0';
strncpy(escaped_utf8uri, p, q - p + 1);
escaped_utf8uri[q - p + 1] = '\0';
- decode_uri(file, escaped_utf8uri);
+ decode_uri_with_plus(file, escaped_utf8uri, FALSE);
/*
* g_filename_from_uri() rejects escaped/locale encoded uri
* string which come from Nautilus.
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list