[Commits] [SCM] claws branch, master, updated. 4.3.0-75-g2ff4d196e
paul at claws-mail.org
paul at claws-mail.org
Thu Feb 20 09:26:47 UTC 2025
The branch, master has been updated
via 2ff4d196e31e168a860ed0a84a5a35843cf8cae0 (commit)
from 5da8c014525c3e2a6b407e37f6add8c332151a84 (commit)
Summary of changes:
src/plugins/pgpinline/pgpinline.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 2ff4d196e31e168a860ed0a84a5a35843cf8cae0
Author: Paul <paul at claws-mail.org>
Date: Thu Feb 20 09:26:42 2025 +0000
don't debug_print() the whole encrypted block
diff --git a/src/plugins/pgpinline/pgpinline.c b/src/plugins/pgpinline/pgpinline.c
index 8a9c0fab5..530004222 100644
--- a/src/plugins/pgpinline/pgpinline.c
+++ b/src/plugins/pgpinline/pgpinline.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2024 the Claws Mail team and Colin Leroy
+ * Copyright (C) 1999-2025 the Claws Mail team and Colin Leroy
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -393,7 +393,6 @@ static MimeInfo *pgpinline_decrypt(MimeInfo *mimeinfo)
return NULL;
}
- debug_print("decrypting '%s'\n", textdata);
gpgme_data_new_from_mem(&cipher, textdata, (size_t)strlen(textdata), 1);
plain = sgpgme_decrypt_verify(cipher, &sigstat, ctx);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list