[Commits] [SCM] claws branch, master, updated. 4.1.1-40-g22480dc3a
paul at claws-mail.org
paul at claws-mail.org
Mon Feb 13 06:18:53 UTC 2023
The branch, master has been updated
via 22480dc3a29c8a9f32a68749b5509b57849263f4 (commit)
from 8d176a20c6424d9c5c97e6866ef80795dab0909a (commit)
Summary of changes:
src/main.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 22480dc3a29c8a9f32a68749b5509b57849263f4
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 e0205c4b5..bf1a9ac57 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1040,6 +1040,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