(re-)initialize session spam statistics
authorPaul <paul@claws-mail.org>
Mon, 13 Feb 2023 06:18:49 +0000 (06:18 +0000)
committerPaul <paul@claws-mail.org>
Mon, 13 Feb 2023 06:18:49 +0000 (06:18 +0000)
src/main.c

index e0205c4b5c2f9940c4bf2d012c11f6c493a33417..bf1a9ac57cdf008d03c531d7edaad971ed811619 100644 (file)
@@ -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);
 }