From 04e2ca2ef6653b0544123571b8ff3f6943a61fda Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 17 Sep 2011 01:23:44 +0000 Subject: fix mail box status text because we only check last 5 mails git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5395 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/talk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/talk.c b/pttbbs/mbbsd/talk.c index 345b1b4e..76478d2c 100644 --- a/pttbbs/mbbsd/talk.c +++ b/pttbbs/mbbsd/talk.c @@ -489,7 +489,7 @@ my_query(const char *uident) if ((uentp && ISNEWMAIL(uentp)) || load_mailalert(muser.userid)) outs("《私人信箱》有新進信件還沒看\n"); else - outs("《私人信箱》所有信件都看過了\n"); + outs("《私人信箱》最近無新信件\n"); // ------------------------------------------------------------ -- cgit v1.2.3