mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
It checks during the sends if there are spam warnings then give to the message an attribute spam=true (only for receivers)
9 lines
312 B
Lua
9 lines
312 B
Lua
-- sub files
|
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
|
dofile(MP .. "/util/normalize.lua")
|
|
dofile(MP .. "/util/colors.lua")
|
|
dofile(MP .. "/util/contact.lua")
|
|
dofile(MP .. "/util/settings.lua")
|
|
dofile(MP .. "/util/spam.lua")
|
|
dofile(MP .. "/util/time_ago.lua")
|
|
dofile(MP .. "/util/uuid.lua")
|