mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
added mmail to the programs.cfg
This commit is contained in:
parent
3d68362b71
commit
58cfa78656
12
programs.cfg
12
programs.cfg
@ -34,4 +34,16 @@
|
|||||||
authors = "Izaya",
|
authors = "Izaya",
|
||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
}
|
}
|
||||||
|
["mmaild"] = {
|
||||||
|
files = {
|
||||||
|
["master/MMail/OpenOS/etc/rc.d/mmail.lua"] = "//etc/rc.d"
|
||||||
|
},
|
||||||
|
dependencies = {
|
||||||
|
["minitel"] = ""
|
||||||
|
},
|
||||||
|
name = "Minitel Mail Daemon",
|
||||||
|
description = "Simple mail server, implementing maildir.",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user