From 74cd20707c189fc522e7b44653f1d59a6219586c Mon Sep 17 00:00:00 2001 From: in2 Date: Sat, 19 Jun 2004 19:42:17 +0000 Subject: ADD_EXMAILBOX git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2071 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 003256c7..792dc976 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -153,7 +153,7 @@ chkmailbox() mailsumlimit = 200; else mailsumlimit = 50; - mailsumlimit += cuser.exmailbox * 10; + mailsumlimit += (cuser.exmailbox + ADD_EXMAILBOX) * 10; mailmaxkeep = max_keepmail + cuser.exmailbox; m_init(); if ((mailkeep = get_num_records(currmaildir, sizeof(fileheader_t))) > -- cgit v1.2.3