[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-34-g482a9a89c
paul at claws-mail.org
paul at claws-mail.org
Mon Feb 13 06:19:36 UTC 2023
The branch, gtk2 has been updated
via 482a9a89cfe798a0212d1295be409bf57c8f572c (commit)
from 41709698187ee7b0c2f9aa116b5b8872903f8293 (commit)
Summary of changes:
src/main.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 482a9a89cfe798a0212d1295be409bf57c8f572c
Author: Paul <paul at claws-mail.org>
Date: Mon Feb 13 06:18:49 2023 +0000
(re-)initialize session spam statistics
diff --git a/src/main.c b/src/main.c
index bf1ed927c..f18060ec3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1039,6 +1039,7 @@ static void reset_statistics(void)
session_stats.sent = 0;
session_stats.replied = 0;
session_stats.forwarded = 0;
+ session_stats.spam = 0;
session_stats.time_started = time(NULL);
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list