From d57a8bfaee0fb2b5725178c7516f43a6fa32a894 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 13 Jun 2004 16:49:07 +0000 Subject: fix mail alert after the new mails are read thanks CatMan.bbs@ptt2.cc git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2061 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd') 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]); -- cgit v1.2.3