[Commits] [SCM] claws branch, master, updated. 3.18.0-83-gaa0c24852
paul at claws-mail.org
paul at claws-mail.org
Thu Sep 9 08:19:12 UTC 2021
The branch, master has been updated
via aa0c248525b5910c647cf3c3c70495daea3edfd7 (commit)
from f577e0432347591f54ea5e9e93d2c776f58bfda2 (commit)
Summary of changes:
src/plugins/bogofilter/bogofilter.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit aa0c248525b5910c647cf3c3c70495daea3edfd7
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 9006dd6e2..b077688e9 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