diff options
-rw-r--r-- | mbbsd/mail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 81d20d70..06f61e7b 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -759,6 +759,7 @@ m_new() return -1; } curredit = 0; + currutmp->mailalert = load_mailalert(cuser.userid); if (delcnt) { while (delcnt--) delete_record(currmaildir, sizeof(fileheader_t), delmsgs[delcnt]); |