[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-132-g882bb4d6f

paul at claws-mail.org paul at claws-mail.org
Thu Sep 9 09:30:18 UTC 2021


The branch, gtk3 has been updated
       via  882bb4d6f159ab7601042a1f35f06a6e34a73385 (commit)
      from  ecea5c2fd270338d0817ffbe5afcc2113a127f50 (commit)

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


- Log -----------------------------------------------------------------
commit 882bb4d6f159ab7601042a1f35f06a6e34a73385
Author: paul <paul at claws-mail.org>
Date:   Thu Sep 9 10:30:15 2021 +0100

    the final (?) modification to this debug_print()

diff --git a/src/plugins/bogofilter/bogofilter.c b/src/plugins/bogofilter/bogofilter.c
index 9f5816df3..a3f6c6691 100644
--- a/src/plugins/bogofilter/bogofilter.c
+++ b/src/plugins/bogofilter/bogofilter.c
@@ -244,7 +244,7 @@ static void bogofilter_do_filter(BogoFilterData *data)
 						tmp = buf;
 					}
 					parts = g_strsplit(tmp, " ", 0);
-					debug_print("read '%s'", buf);
+					debug_print("read '%s'\n", g_strchomp(buf));
 
 					/* note the result if the header if needed */
 					if (parts && parts[0] && parts[1] && parts[2] && 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list