[Commits] [SCM] claws branch, gtk3tree, updated. 4.0.0-401-gdcd713536

paul at claws-mail.org paul at claws-mail.org
Wed Nov 3 11:33:28 UTC 2021


The branch, gtk3tree has been updated
       via  dcd71353695b7a5b0b451deb725e51370895b544 (commit)
      from  9b54a5f94479cb9e3e9c1504ef7a8f43d5d859eb (commit)

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


- Log -----------------------------------------------------------------
commit dcd71353695b7a5b0b451deb725e51370895b544
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