[Commits] [SCM] claws branch, master, updated. 3.17.4-6-g34e6bd711

colin at claws-mail.org colin at claws-mail.org
Sat Aug 10 17:35:39 CEST 2019


The branch, master has been updated
       via  34e6bd711aa14605f7e0106d6ed9bd9ea36d6e49 (commit)
      from  28a6035db2300393f163ae28dada3efbed1c11d1 (commit)

Summary of changes:
 src/plugins/rssyl/rssyl_update_feed.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 34e6bd711aa14605f7e0106d6ed9bd9ea36d6e49
Author: Colin Leroy <colin at colino.net>
Date:   Sat Aug 10 17:35:17 2019 +0200

    Fix bug #4237 - 403 is Forbidden not Unauthorized

diff --git a/src/plugins/rssyl/rssyl_update_feed.c b/src/plugins/rssyl/rssyl_update_feed.c
index 31b4228a0..bd4ead851 100644
--- a/src/plugins/rssyl/rssyl_update_feed.c
+++ b/src/plugins/rssyl/rssyl_update_feed.c
@@ -107,7 +107,7 @@ void rssyl_fetch_feed(RFetchCtx *ctx, RSSylVerboseFlags verbose)
 				ctx->error = g_strdup(_("401 (Authorisation required)"));
 				break;
 			case 403:
-				ctx->error = g_strdup(_("403 (Unauthorised)"));
+				ctx->error = g_strdup(_("403 (Forbidden)"));
 				break;
 			case 404:
 				ctx->error = g_strdup(_("404 (Not found)"));

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list