[Commits] [SCM] claws branch, master, updated. 3.17.3-170-g6787210
ticho at claws-mail.org
ticho at claws-mail.org
Mon Apr 29 01:07:15 CEST 2019
The branch, master has been updated
via 6787210ce7906afcc93460c7e63c788872fa37a4 (commit)
from 24c3e4c3f5d8af1139dc0dac55eee907dd0a72c6 (commit)
Summary of changes:
src/plugins/rssyl/parse822.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 6787210ce7906afcc93460c7e63c788872fa37a4
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Mon Apr 29 01:06:07 2019 +0200
Fix previous commit
The old code added a newline before each line in
rssyl_parse_folder_item_file().
diff --git a/src/plugins/rssyl/parse822.c b/src/plugins/rssyl/parse822.c
index e59d282..1c89c77 100644
--- a/src/plugins/rssyl/parse822.c
+++ b/src/plugins/rssyl/parse822.c
@@ -209,6 +209,7 @@ FeedItem *rssyl_parse_folder_item_file(gchar *path)
}
if (body) {
+ body = g_string_append_c(body, '\n');
body = g_string_append(body, lines[i]);
} else {
body = g_string_new(lines[i]);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list