summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-28 22:43:23 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-28 22:43:23 +0800
commit4d7c07102c653dadbd57903a046d358931185b83 (patch)
tree1301fd5a1849e79615ef28f0e95053232372f9cb /mbbsd/mail.c
parenta832c57be0beb210793c960db0a17162300f5a83 (diff)
downloadpttbbs-4d7c07102c653dadbd57903a046d358931185b83.tar
pttbbs-4d7c07102c653dadbd57903a046d358931185b83.tar.gz
pttbbs-4d7c07102c653dadbd57903a046d358931185b83.tar.bz2
pttbbs-4d7c07102c653dadbd57903a046d358931185b83.tar.lz
pttbbs-4d7c07102c653dadbd57903a046d358931185b83.tar.xz
pttbbs-4d7c07102c653dadbd57903a046d358931185b83.tar.zst
pttbbs-4d7c07102c653dadbd57903a046d358931185b83.zip
- mail: enlarge check range again, due to some people lost newmail notification after "mail my waterlog".
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3880 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 3160d333..07d459f6 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -9,7 +9,7 @@ static char listfile[] = "list.0";
// check only 20 mails (one page) is enough.
// #define NEWMAIL_CHECK_RANGE (1)
// checking only 1 mail works more like brc style.
-#define NEWMAIL_CHECK_RANGE (1)
+#define NEWMAIL_CHECK_RANGE (5)
enum SHOWMAIL_MODES {
SHOWMAIL_NORM = 0,