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

@ -6,6 +6,7 @@ v0.61.3 25-Jul-2004
upgrade:
To resinstall the corrected dutch macro templates go into the
examples directory and type "make dutch-macros".
In mbsetup menu 1.7 check the new items 15, 16 and 17.
libmbse.a:
Removed the fdn parameter from the attach and un_attach
@ -28,6 +29,10 @@ v0.61.3 25-Jul-2004
Added defaults for questions for screenlen, newmail chack and
newfiles check.
mbsetup:
In menu 1.7 added 3 new items to ask new users for screenlen,
newmail check and newfiles check.
examples:
Fixed 2 spelling errors in the dutch macro templates.

3
TODO
View File

@ -158,8 +158,5 @@ mbsetup:
format, if a filegate list is installed and the filegate switch
setting is wrong, a lot of wrong areas will be created.
N: Disable settings for the bbs Ask screenlen, Ask codepage, Disable
newmail and newfiles scan.
N: Sort tty records.

View File

@ -500,8 +500,10 @@ void e_newuser(void)
case 15:E_BOOL(12,68, CFG.AskScreenlen, "Ask new user to set the ^screen length^")
case 16:CFG.AskNewmail = edit_asktype(13,68,CFG.AskNewmail,
(char *)"Set ^new mail^ check at login, toggle wit space, Enter when done");
case 17:CFG.AskNewfiles = edit_asktype(13,68,CFG.AskNewfiles,
break;
case 17:CFG.AskNewfiles = edit_asktype(14,68,CFG.AskNewfiles,
(char *)"Set ^new files^ check at login, toggle wit space, Enter when done");
break;
}
};
}

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;