[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-131-gecea5c2fd
paul at claws-mail.org
paul at claws-mail.org
Thu Sep 9 08:18:29 UTC 2021
The branch, gtk3 has been updated
via ecea5c2fd270338d0817ffbe5afcc2113a127f50 (commit)
from d4e2645d82e74b9a24c34ec2edb2430529ef4354 (commit)
Summary of changes:
src/plugins/bogofilter/bogofilter.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit ecea5c2fd270338d0817ffbe5afcc2113a127f50
Author: paul <paul at claws-mail.org>
Date: Thu Sep 9 09:18:25 2021 +0100
remove unecessary linebreak (it's already there)
diff --git a/src/plugins/bogofilter/bogofilter.c b/src/plugins/bogofilter/bogofilter.c
index 1ddea50f3..9f5816df3 100644
--- a/src/plugins/bogofilter/bogofilter.c
+++ b/src/plugins/bogofilter/bogofilter.c
@@ -1,7 +1,6 @@
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Colin Leroy <colin at colino.net> and
- * the Claws Mail team
+ * Copyright (C) 1999-2021 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
@@ -245,7 +244,7 @@ static void bogofilter_do_filter(BogoFilterData *data)
tmp = buf;
}
parts = g_strsplit(tmp, " ", 0);
- debug_print("read '%s'\n", buf);
+ debug_print("read '%s'", 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