diff options
-rw-r--r-- | mbbsd/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 638dd393..52b03cbb 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -201,7 +201,7 @@ void setupmailusage(void) { // Ptt: get_sum_records is a bad function int max_keepmail = MAX_KEEPMAIL; - if (HasUserPerm(PERM_SYSSUPERSUBOP)) { + if (HasUserPerm(PERM_SYSSUPERSUBOP | PERM_ANGEL)) { mailsumlimit = 900; max_keepmail = 700; } |