diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-28 22:43:23 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-28 22:43:23 +0800 |
commit | 4d7c07102c653dadbd57903a046d358931185b83 (patch) | |
tree | 1301fd5a1849e79615ef28f0e95053232372f9cb /mbbsd | |
parent | a832c57be0beb210793c960db0a17162300f5a83 (diff) | |
download | pttbbs-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')
-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 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, |