aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/notifier.php b/include/notifier.php
index dde538a6b..871027418 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -313,14 +313,6 @@
}
break;
}
-
-
- if(($cmd === 'mail') && ($deliver_status == 0)) {
- $r = q("UPDATE `mail` SET `delivered` = 1 WHERE `id` = %d LIMIT 1",
- intval($item_id)
- );
- }
-
}
// send additional slaps to mentioned remote tags (@foo@example.com)