diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-07-23 17:51:32 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-07-23 17:51:32 +0800 |
commit | 540472d231db4088e050b32737dee45f3ed07235 (patch) | |
tree | a477938e0ed0a34f4fe35aee0fa76b191bf7272a | |
parent | 0855a77465cd09fd7e4d92a1f6e695dd614a6793 (diff) | |
download | pttbbs-540472d231db4088e050b32737dee45f3ed07235.tar pttbbs-540472d231db4088e050b32737dee45f3ed07235.tar.gz pttbbs-540472d231db4088e050b32737dee45f3ed07235.tar.bz2 pttbbs-540472d231db4088e050b32737dee45f3ed07235.tar.lz pttbbs-540472d231db4088e050b32737dee45f3ed07235.tar.xz pttbbs-540472d231db4088e050b32737dee45f3ed07235.tar.zst pttbbs-540472d231db4088e050b32737dee45f3ed07235.zip |
give angles larger mailbox (as large as SYSSUPERSUBOP)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3385 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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; } |