From 4d7c07102c653dadbd57903a046d358931185b83 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 28 Jan 2008 14:43:23 +0000 Subject: - 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 --- mbbsd/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') 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, -- cgit v1.2.3