From 656c29ab97afd9f361a3b6ccd238cb90f9f7b5d9 Mon Sep 17 00:00:00 2001 From: scw Date: Wed, 26 Jul 2006 12:11:27 +0000 Subject: fix r3385 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3389 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 16df6882..c71ae6e3 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -201,7 +201,12 @@ void setupmailusage(void) { // Ptt: get_sum_records is a bad function int max_keepmail = MAX_KEEPMAIL; - if (HasUserPerm(PERM_SYSSUPERSUBOP | PERM_ANGEL)) { +#ifdef PLAY_ANGEL + if (HasUserPerm(PERM_SYSSUPERSUBOP | PERM_ANGEL)) +#else + if (HasUserPerm(PERM_SYSSUPERSUBOP)) +#endif + { mailsumlimit = 900; max_keepmail = 700; } -- cgit v1.2.3