|
@@ -796,12 +796,11 @@ function menu_top_level {
|
796
|
796
|
2 $"Change Email Filtering Rules" off \
|
797
|
797
|
3 $"Run an App" off \
|
798
|
798
|
4 $"Browse the Web" off \
|
799
|
|
- 5 $"File Synchronization" off \
|
800
|
|
- 6 $"My Encryption Keys" off \
|
801
|
|
- 7 $"Set an outgoing email proxy" off \
|
802
|
|
- 8 $"Administrator controls" off \
|
803
|
|
- 9 $"Exit to the command line" off \
|
804
|
|
- 10 $"Log out" on 2> $data
|
|
799
|
+ 5 $"My Encryption Keys" off \
|
|
800
|
+ 6 $"Set an outgoing email proxy" off \
|
|
801
|
+ 7 $"Administrator controls" off \
|
|
802
|
+ 8 $"Exit to the command line" off \
|
|
803
|
+ 9 $"Log out" on 2> $data
|
805
|
804
|
sel=$?
|
806
|
805
|
case $sel in
|
807
|
806
|
1) exit 1;;
|