[Commits] [SCM] claws branch, master, updated. 3.18.0-84-g8589ae35c

paul at claws-mail.org paul at claws-mail.org
Thu Sep 9 09:31:07 UTC 2021


The branch, master has been updated
       via  8589ae35c394de678bc4c24e6571633c337e0ba6 (commit)
      from  aa0c248525b5910c647cf3c3c70495daea3edfd7 (commit)

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


- Log -----------------------------------------------------------------
commit 8589ae35c394de678bc4c24e6571633c337e0ba6
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 b077688e9..2780affbb 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