| TIP: Click on subject to list as thread! | ANSI |
| echo: | |
|---|---|
| to: | |
| from: | |
| date: | |
| subject: | Re: MSGED 4.00 available! |
-=> Quoting andrew clarke to Paul West <=-
> Any chance of a QuickBBS GOLDBASE version? The structures are almost
> the same.
ac> Send me some info on the structures and I'll see what I can do.
Const
MaxMsgAreas = 500;
type
MsgNumType = LongInt;
BoardNumType = Word;
NameType = String[35];
TimeStr = String[5];
DateType = String[8];
MsgToIdxRecord = NameType; { MSGTOIDX.DAT }
MsgTxtRecord = String[255]; { MSGTXT.DAT }
InfoRecord = record { MSGINFO.DAT }
LowMsg, { Lowest Message in File }
HighMsg : MsgNumType; { Highest Message in File }
TotalActive : LongInt; { Total Active Messages }
ActiveMsgs : array[1..MaxMsgAreas] of Word;
end;
IdxRecord = record { MSGIDX.DAT }
MsgNum : MsgNumType;
Board : BoardNumType;
end;
HdrRecord = record { MSGHDR.DAT }
MsgNum,
ReplyTo,
SeeAlsoNum : MsgNumType;
TRead : Integer;
StartRec : LongInt;
NumRecs,
DestNet,
DestNode,
OrigNet,
OrigNode : Integer;
DestZone,
OrigZone : Byte;
Cost : Integer;
MsgAttr,
NetAttr : Word;
Board : BoardNumType;
PostTime : TimeStr;
PostDate : DateType;
WhoTo,
WhoFrom : NameType;
Subj : String[72];
end;
(* Msg Attributes:
Bit 0: Deleted
Bit 1: Unmoved Outgoing Net Message
Bit 2: Is a Net Mail Message
Bit 3: Private
Bit 4: Received
Bit 5: Unmoved Outgoing Echo Message
Bit 6: Local Bit
Bit 7: Group Message (QuickBBS only)
Net Attributes:
Bit 0: Kill Message after it's been sent
Bit 1: Sent OK
Bit 2: File(s) Attached
Bit 3: Crash Priority
Bit 4: Request Receipt
Bit 5: Audit Request
Bit 6: Is a Return Receipt
Bit 7: Freq (QuickBBS)
*)
LastReadType = Array[1..MaxMsgAreas] of MsgNumType; { LASTREAD.DAT }
--- Blue Wave/DOS v2.30
* Origin: Shadowshack (1:105/51)SEEN-BY: 13/13 37/100 50/99 102/735 104/821 105/103 330 107/411 119/88 129/11 SEEN-BY: 138/146 153/800 920 157/586 167/90 200/204 201/505 203/512 992 SEEN-BY: 204/200 209/720 218/801 239/1 245/6910 260/742 261/1137 270/101 102 SEEN-BY: 270/103 104 280/1 801 282/1 4073 283/657 292/4 876 320/119 321/1 SEEN-BY: 332/1 334/201 341/70 344/3 345/12 346/25 348/105 362/37 367/1 SEEN-BY: 369/110 385/100 387/31 396/1 402/311 403/150 405/0 406/100 430/105 SEEN-BY: 600/253 348 620/243 626/660 632/348 640/206 230 305 820 821 822 823 SEEN-BY: 690/660 700/101 711/409 410 413 430 808 809 934 712/515 713/888 SEEN-BY: 724/10 800/1 2002/2002 2430/1423 2433/225 2602/100 2604/104 2613/5 SEEN-BY: 2624/306 2630/1001 3401/308 3412/1 3611/18 3615/7 50 3619/25 7104/2 @PATH: 105/51 360 50 3615/50 396/1 270/101 209/720 640/820 711/409 808 934 |
|
| SOURCE: echomail via fidonet.ozzmosis.com | |
Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.