[Commits] [SCM] claws branch, master, updated. 3.16.0-218-gccdcff1
claws at claws-mail.org
claws at claws-mail.org
Fri Jun 22 11:55:08 CEST 2018
The branch, master has been updated
via ccdcff149d86e07199748d1470472c855ffbd91e (commit)
from 638d5b064290083675d7a9408f742390e08eddf3 (commit)
Summary of changes:
src/plugins/rssyl/strutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ccdcff149d86e07199748d1470472c855ffbd91e
Author: Paul <paul at claws-mail.org>
Date: Fri Jun 22 10:55:02 2018 +0100
strip whitespace from subscribed URLs
diff --git a/src/plugins/rssyl/strutils.c b/src/plugins/rssyl/strutils.c
index 7d172c8..b455a75 100644
--- a/src/plugins/rssyl/strutils.c
+++ b/src/plugins/rssyl/strutils.c
@@ -299,5 +299,5 @@ gchar *my_normalize_url(const gchar *url)
else
myurl = g_strdup(url);
- return myurl;
+ return g_strstrip(myurl);
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list