diff options
author | Mario <mario@mariovavti.com> | 2020-01-18 14:23:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-01-18 14:23:23 +0000 |
commit | 9eeccc087dbba93d5d67c242666fe257cc35f3ee (patch) | |
tree | 907764a9a53f805f310a37c6a56d6dda7b9778af /include/message.php | |
parent | 7404a8ec1a0980fa3448ca6b05e410ea36c6a5f2 (diff) | |
download | volse-hubzilla-9eeccc087dbba93d5d67c242666fe257cc35f3ee.tar.gz volse-hubzilla-9eeccc087dbba93d5d67c242666fe257cc35f3ee.tar.bz2 volse-hubzilla-9eeccc087dbba93d5d67c242666fe257cc35f3ee.zip |
move mail frontend to addons and remove mail app from system apps
Diffstat (limited to 'include/message.php')
-rw-r--r-- | include/message.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/message.php b/include/message.php index 7d05b9ab7..37fe6749d 100644 --- a/include/message.php +++ b/include/message.php @@ -299,10 +299,6 @@ function create_conversation($channel,$recipient,$subject) { } - - - - function private_messages_list($uid, $mailbox = '', $start = 0, $numitems = 0) { $where = ''; |