summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-14 00:49:07 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-14 00:49:07 +0800
commitd57a8bfaee0fb2b5725178c7516f43a6fa32a894 (patch)
treef9d82a928404ea5963e6e7083888622bf1cce5ef
parent70cf9252dde3bce8bf18d7edf2fbb9e5083c592a (diff)
downloadpttbbs-d57a8bfaee0fb2b5725178c7516f43a6fa32a894.tar
pttbbs-d57a8bfaee0fb2b5725178c7516f43a6fa32a894.tar.gz
pttbbs-d57a8bfaee0fb2b5725178c7516f43a6fa32a894.tar.bz2
pttbbs-d57a8bfaee0fb2b5725178c7516f43a6fa32a894.tar.lz
pttbbs-d57a8bfaee0fb2b5725178c7516f43a6fa32a894.tar.xz
pttbbs-d57a8bfaee0fb2b5725178c7516f43a6fa32a894.tar.zst
pttbbs-d57a8bfaee0fb2b5725178c7516f43a6fa32a894.zip
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
-rw-r--r--mbbsd/mail.c1
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]);