Added newuser questions for screenlen, newmail check and newfiles check

This commit is contained in:
Michiel Broek
2004-08-07 13:42:19 +00:00
parent d1c9214469
commit f1f08225ed
4 changed files with 11 additions and 7 deletions

View File

@@ -219,9 +219,9 @@ void load_maincfg(void)
CFG.iAttachLevel = 100;
CFG.new_groups = 25;
CFG.max_logins = 1;
CFG.AskScreenlen = ASK;
CFG.AskNewmail = ASK;
CFG.AskNewfiles = ASK;
CFG.AskScreenlen = TRUE;
CFG.AskNewmail = YES;
CFG.AskNewfiles = YES;
CFG.slow_util = TRUE;
CFG.iCrashLevel = 100;