summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index e60f1df8..8e0c5d1c 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -225,6 +225,7 @@ do_send(const char *userid, const char *title)
int internet_mail, i;
userec_t xuser;
+ STATINC(STAT_DOSEND);
if (strchr(userid, '@'))
internet_mail = 1;
else {