summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c7
1 files changed, 6 insertions, 1 deletions
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;
}