[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-348-gf958752b2

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Nov 1 04:43:31 CET 2021


The branch, gtk3 has been updated
       via  f958752b2977e2ed0d43dc9766dd74f69e8fff18 (commit)
      from  e700a32e8f79308d289e1e3c9bea9d482da2ca6c (commit)

Summary of changes:
 src/mimeview.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit f958752b2977e2ed0d43dc9766dd74f69e8fff18
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Oct 31 20:26:38 2021 -0700

    Use global IO timeout value for signature check

diff --git a/src/mimeview.c b/src/mimeview.c
index c57dd1617..ff5a0f936 100644
--- a/src/mimeview.c
+++ b/src/mimeview.c
@@ -1246,7 +1246,8 @@ static void check_signature_cb(GtkWidget *widget, gpointer user_data)
 		check_signature_async_cb,
 		mimeview);
 	if (ret == 0) {
-		mimeview->sig_check_timeout_tag = g_timeout_add_seconds(5, mimeview_check_sig_timeout, mimeview);
+		mimeview->sig_check_timeout_tag = g_timeout_add_seconds(prefs_common.io_timeout_secs,
+			mimeview_check_sig_timeout, mimeview);
 	} else if (ret < 0) {
 		g_object_unref(mimeview->sig_check_cancellable);
 		mimeview->sig_check_cancellable = NULL;

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list