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 a9f4f9d7..972f37c3 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1154,6 +1154,7 @@ mail_read_all(int ent, fileheader_t * fhdr, const char *direct)
int fd = 0;
fileheader_t xfhdr;
+ currutmp->alerts &= ~ALERT_NEW_MAIL;
if ((fd = open(currmaildir, O_RDWR)) < 0)
return DONOTHING;