summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-05 13:04:04 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-05 13:04:04 +0800
commit80d2222fef7ff06ca53f36cc77019895750fd542 (patch)
tree3b4f28359d100a729ae43e60fb94acaeda74a2ab /mbbsd
parent4c5860624f4071f359e5c2180f3c7876e50f970f (diff)
downloadpttbbs-80d2222fef7ff06ca53f36cc77019895750fd542.tar
pttbbs-80d2222fef7ff06ca53f36cc77019895750fd542.tar.gz
pttbbs-80d2222fef7ff06ca53f36cc77019895750fd542.tar.bz2
pttbbs-80d2222fef7ff06ca53f36cc77019895750fd542.tar.lz
pttbbs-80d2222fef7ff06ca53f36cc77019895750fd542.tar.xz
pttbbs-80d2222fef7ff06ca53f36cc77019895750fd542.tar.zst
pttbbs-80d2222fef7ff06ca53f36cc77019895750fd542.zip
make mailbox-ful warning msg more meaning ful
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2767 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 3d6c9324..d10fb115 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -171,7 +171,7 @@ chkmailbox(void)
else if (mailsum > mailsumlimit) {
bell();
bell();
- vmsg("您保存信件容量 %d 超出上限 %d, 請整理", mailsum, mailsumlimit);
+ vmsg("信箱容量(大小,非件數) %d 超出上限 %d, 請整理或砍掉單篇過長的信件", mailsum, mailsumlimit);
return mailsum;
}
}