Alpha 17 sync
This commit is contained in:
parent
1065e51a0b
commit
7fe4d884ec
|
@ -4629,3 +4629,7 @@
|
||||||
NOT send any messages if you are not subscribed to the message base, but
|
NOT send any messages if you are not subscribed to the message base, but
|
||||||
it should still appear in the offline reader. This is changed so that
|
it should still appear in the offline reader. This is changed so that
|
||||||
users can add/drop message bases.
|
users can add/drop message bases.
|
||||||
|
|
||||||
|
- Menu passwords have been removed from the menu flags. If you want to
|
||||||
|
password protect your menus you can do the same thing by using the -P
|
||||||
|
and FIRSTCMD options on your menus.
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
109 |CR|15Message aborted...
|
109 |CR|15Message aborted...
|
||||||
110 |CR|12You must select a message base first!
|
110 |CR|12You must select a message base first!
|
||||||
111 |CR|12You don't have access to read in this base!
|
111 |CR|12You don't have access to read in this base!
|
||||||
112 |CR|07(|14F|07)|15orward, |07(|14N|07)|15ew, |07(|14B|07)|15y You, |07(|14Y|07)|15ours, |07(|14S|07)|15earch, |07(|14Q|07)|15uit?
|
112 |CR|07(|14F|07)|15orward, |07(|14N|07)|15ew, |07(|14B|07)|15y You, |07(|14Y|07)|15ours, |07(|14S|07)|15earch, |07(|14Q|07)|15uit? |XX
|
||||||
113 |15No messages found.
|
113 |15No messages found.
|
||||||
114 |CR|12There are no messages in |MB.|DE|DE|DE
|
114 |CR|12There are no messages in |MB.|DE|DE|DE
|
||||||
; E-mail reader prompt
|
; E-mail reader prompt
|
||||||
|
|
|
@ -141,7 +141,7 @@ Begin
|
||||||
Client.WriteBufEscaped (Buffer, bRead);
|
Client.WriteBufEscaped (Buffer, bRead);
|
||||||
|
|
||||||
If Snooping Then
|
If Snooping Then
|
||||||
Term.ProcessBuf(Buffer[1], bRead);
|
Term.ProcessBuf(Buffer[0], bRead);
|
||||||
End;
|
End;
|
||||||
End Else
|
End Else
|
||||||
If Client.DataWaiting Then Begin
|
If Client.DataWaiting Then Begin
|
||||||
|
|
|
@ -2314,6 +2314,9 @@ Var
|
||||||
Res : LongInt;
|
Res : LongInt;
|
||||||
Begin
|
Begin
|
||||||
Result := 0;
|
Result := 0;
|
||||||
|
|
||||||
|
If FN = '' Then Exit;
|
||||||
|
|
||||||
CurVarNum := 0;
|
CurVarNum := 0;
|
||||||
CurVarID := 0;
|
CurVarID := 0;
|
||||||
ReloadMenu := False;
|
ReloadMenu := False;
|
||||||
|
|
Loading…
Reference in New Issue