Patches from Redy Rodriguez
This commit is contained in:
@@ -4593,7 +4593,7 @@ v0.33.20 10-Feb-2002
|
||||
Installing the maptabs don't give any errors anymore when
|
||||
installed as user mbse. The location of the source isn't
|
||||
important anymore to install the maptabs.
|
||||
Updated German language.
|
||||
Updated German, Spanish and Galego languages.
|
||||
|
||||
common.a:
|
||||
Added 2 functions to return the OS name and CPU family.
|
||||
@@ -4627,7 +4627,8 @@ v0.33.20 10-Feb-2002
|
||||
seems to be a kernel flush problem.
|
||||
In the To field of a created TIC file there is now a comma
|
||||
between the sysop name and fidonet aka.
|
||||
|
||||
When creating a filefind netmail reply there was no
|
||||
destination address.
|
||||
mball:
|
||||
Will not crash anymore when it needs more then 10 minutes to
|
||||
create the allfiles and newfiles lists.
|
||||
|
@@ -470,10 +470,10 @@ YN|Adxuntar ficheiro [s/N]:
|
||||
|papeleira - Papeleira, Email borrado
|
||||
|Area #
|
||||
|minutos.
|
||||
|Fullscreen Editor shortcut keys set to Emacs
|
||||
|Fullscreen Editor shortcut keys set to Wordstar
|
||||
|Your address, maximum 3 lines (only visible for the sysop):
|
||||
|You need to enter your address here
|
||||
|Old address:
|
||||
|Use your alias (
|
||||
YN|) to post this message [Y/n]:
|
||||
|O editor funcionar<61> cas teclas de Emacs
|
||||
|O editor funcionar<61> cas teclas de Wordstar
|
||||
|Enderezo, m<EFBFBD>ximo 3 li<EFBFBD>as (solo o ver<65> o SysOp):
|
||||
|Tes que po<70>e-lo teu enderezo
|
||||
|Enderezo vello:
|
||||
|<EFBFBD>Queres usa-lo alias (
|
||||
SN|) nesta mensaxe? [S/n]:
|
||||
|
@@ -465,15 +465,15 @@ YN|Adjuntar fichero [s/N]:
|
||||
|Fichero
|
||||
|adjuntado
|
||||
|El fichero no esta en
|
||||
|buzon - Email entrante/saliente
|
||||
|buz<EFBFBD>n - Email entrante/saliente
|
||||
|archivo - Email Archivado
|
||||
|papelera - Papelera, Email borrado
|
||||
|Area #
|
||||
|minutos.
|
||||
|Fullscreen Editor shortcut keys set to Emacs
|
||||
|Fullscreen Editor shortcut keys set to Wordstar
|
||||
|Your address, maximum 3 lines (only visible for the sysop):
|
||||
|You need to enter your address here
|
||||
|Old address:
|
||||
|Use your alias (
|
||||
YN|) to post this message [Y/n]:
|
||||
|Teclas del editor en modo Emacs
|
||||
|Teclas del editor en modo Wordstar
|
||||
|Tu direccci<63>n, m<EFBFBD>ximo 3 lineas (S<EFBFBD>olo visible por el SysOp):
|
||||
|Debes teclear tu direcci<63>n ahora.
|
||||
|Direcci<EFBFBD>n antigua:
|
||||
|Usar tu alias (
|
||||
SN|) para este mensaje [S/n]:
|
||||
|
@@ -183,8 +183,10 @@ int StartReply(ff_list *ffl)
|
||||
Msg.Written = time(NULL);
|
||||
Msg.Arrived = time(NULL);
|
||||
Msg.Local = TRUE;
|
||||
if (scanmgr.NetReply)
|
||||
if (scanmgr.NetReply){
|
||||
Msg.Netmail = TRUE;
|
||||
sprintf(Msg.ToAddress, "%d:%d/%d.%d", ffl->zone, ffl->net, ffl->node, ffl->point);
|
||||
}
|
||||
else
|
||||
Msg.Echomail = TRUE;
|
||||
|
||||
|
Reference in New Issue
Block a user