mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Some progress on message list fetching / display... WIP!
This commit is contained in:
parent
ede00f8937
commit
8dc06cb49d
5 changed files with 56 additions and 8 deletions
|
@ -78,6 +78,11 @@ Message.WellKnownAreaNames = {
|
|||
Private : 'private_mail'
|
||||
};
|
||||
|
||||
Message.Status = {
|
||||
New : 0,
|
||||
Read : 1,
|
||||
};
|
||||
|
||||
Message.MetaCategories = {
|
||||
System : 1, // ENiGMA1/2 stuff
|
||||
FtnProperty : 2, // Various FTN network properties, ftn_cost, ftn_origin, ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue