summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/mail.c b/pttbbs/mbbsd/mail.c
index 0aeb8d79..0e30df27 100644
--- a/pttbbs/mbbsd/mail.c
+++ b/pttbbs/mbbsd/mail.c
@@ -277,7 +277,7 @@ chk_mailbox_limit(void)
if (!mailkeep)
setupmailusage();
- if (mailkeep < mailmaxkeep)
+ if (mailkeep <= mailmaxkeep)
return MAILBOX_LIM_OK;
if ((mailkeep / 100 < mailmaxkeep)