[Commits] [SCM] claws branch, master, updated. 4.3.1-56-g288ceffe1
wwp at claws-mail.org
wwp at claws-mail.org
Sat Mar 22 17:46:18 UTC 2025
The branch, master has been updated
via 288ceffe108e63f72e10501f3845843fb44dbc2e (commit)
from 22317fb2c476aaf49351f6d7bd1ff4e7bb6c7db8 (commit)
Summary of changes:
src/plugins/rssyl/rssyl_update_feed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 288ceffe108e63f72e10501f3845843fb44dbc2e
Author: wwp <subscript at free.fr>
Date: Sat Mar 22 18:45:56 2025 +0100
RSSyl plugin: fix wrong paste in debug_print (don't laugh).
diff --git a/src/plugins/rssyl/rssyl_update_feed.c b/src/plugins/rssyl/rssyl_update_feed.c
index 3fa9a5b53..98c531ddc 100644
--- a/src/plugins/rssyl/rssyl_update_feed.c
+++ b/src/plugins/rssyl/rssyl_update_feed.c
@@ -368,7 +368,7 @@ static gboolean rssyl_update_recursively_func(GNode *node, gpointer data, gboole
ritem = (RFolderItem *)item;
if( ritem->url != NULL ) {
- debug_print("RSSyl: %s refresh'\n", item->name ? "Manual" : "Automated");
+ debug_print("RSSyl: %s refresh'\n", manual_refresh ? "Manual" : "Automated");
if((manual_refresh == FALSE) &&
rssyl_prefs_get()->refresh_all_skips &&
(ritem->default_refresh_interval == FALSE) &&
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list