[Commits] [SCM] claws branch, master, updated. 4.3.1-62-g9d5017b74
wwp at claws-mail.org
wwp at claws-mail.org
Sun Mar 23 23:24:59 UTC 2025
The branch, master has been updated
via 9d5017b7403555c038741b6cb3fe232fc89ce096 (commit)
from 8477cb96c960cc48313b242256bc03608b225aad (commit)
Summary of changes:
src/plugins/libravatar/libravatar.c | 2 +-
src/plugins/perl/perl_plugin.c | 2 +-
src/plugins/rssyl/rssyl_update_feed.c | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 9d5017b7403555c038741b6cb3fe232fc89ce096
Author: wwp <subscript at free.fr>
Date: Mon Mar 24 00:24:42 2025 +0100
Review of UI strings (mostly in plugins): add missing punctuation or missing quotes surrounding paths, etc.
diff --git a/src/plugins/libravatar/libravatar.c b/src/plugins/libravatar/libravatar.c
index 16ce95493..6596a231e 100644
--- a/src/plugins/libravatar/libravatar.c
+++ b/src/plugins/libravatar/libravatar.c
@@ -415,7 +415,7 @@ const gchar *plugin_desc(void)
"This plugin uses libcurl to retrieve images, so if you're behind a "
"proxy please refer to curl(1) manpage for details on 'http_proxy' "
"configuration. More details about this and others on README file.\n\n"
- "Feedback to <ricardo at mones.org> is welcome.\n");
+ "Feedback to <ricardo at mones.org> is welcome.");
}
/**
diff --git a/src/plugins/perl/perl_plugin.c b/src/plugins/perl/perl_plugin.c
index 7739b18a9..e396d889a 100644
--- a/src/plugins/perl/perl_plugin.c
+++ b/src/plugins/perl/perl_plugin.c
@@ -2523,7 +2523,7 @@ const gchar *plugin_name(void)
const gchar *plugin_desc(void)
{
return _("This plugin provides a Perl scripting interface for mail filters.\n\n"
- "Feedback to <berndth at gmx.de> is welcome.\n");
+ "Feedback to <berndth at gmx.de> is welcome.");
}
const gchar *plugin_type(void)
diff --git a/src/plugins/rssyl/rssyl_update_feed.c b/src/plugins/rssyl/rssyl_update_feed.c
index 5d0afb34c..577f8e9e4 100644
--- a/src/plugins/rssyl/rssyl_update_feed.c
+++ b/src/plugins/rssyl/rssyl_update_feed.c
@@ -369,8 +369,7 @@ static gboolean rssyl_update_recursively_func(GNode *node, gpointer data, gboole
if( ritem->url != NULL ) {
debug_print("RSSyl: %s refresh'\n", manual_refresh ? "manual" : "automated");
- if((manual_refresh == FALSE) &&
- rssyl_prefs_get()->refresh_all_skips &&
+ if(rssyl_prefs_get()->refresh_all_skips &&
(ritem->default_refresh_interval == FALSE) &&
(ritem->refresh_interval == 0)) {
debug_print("RSSyl: skipping feed '%s'\n", item->name);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list