talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 288ceffe108e63f72e10501f3845843fb44dbc2e
parent 22317fb2c476aaf49351f6d7bd1ff4e7bb6c7db8
Author: wwp <subscript@free.fr>
Date:   Sat, 22 Mar 2025 18:45:56 +0100

RSSyl plugin: fix wrong paste in debug_print (don't laugh).

Diffstat:
Msrc/plugins/rssyl/rssyl_update_feed.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) &&