[Commits] [SCM] claws branch, master, updated. 3.14.0-91-g20ece29
mones at claws-mail.org
mones at claws-mail.org
Fri Sep 23 09:34:10 CEST 2016
The branch, master has been updated
via 20ece29edf92ee9aa6e8e80a4cec0842b162108c (commit)
from 0ebf0a02f878767624133613dff8ea9c2d65b42d (commit)
Summary of changes:
src/plugins/rssyl/rssyl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 20ece29edf92ee9aa6e8e80a4cec0842b162108c
Author: Ricardo Mones <ricardo at mones.org>
Date: Fri Sep 23 09:33:10 2016 +0200
Enable keeping old items by default
Be more conservative towards feed data to avoid unwanted and
unrecoverable loss of items.
Users which don't want to store old items can easily disable
this in feed preferences and also remove obsolete items with
the “Trim” button.
diff --git a/src/plugins/rssyl/rssyl.c b/src/plugins/rssyl/rssyl.c
index 806a83b..e1852ed 100644
--- a/src/plugins/rssyl/rssyl.c
+++ b/src/plugins/rssyl/rssyl.c
@@ -433,7 +433,7 @@ static FolderItem *rssyl_item_new(Folder *folder)
ritem->official_title = NULL;
ritem->source_id = NULL;
ritem->items = NULL;
- ritem->keep_old = FALSE;
+ ritem->keep_old = TRUE;
ritem->default_refresh_interval = TRUE;
ritem->refresh_interval = atoi(PREF_DEFAULT_REFRESH);
ritem->fetch_comments = FALSE;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list