From 1a0655f34ea9979c7a08d21344d3e0eb9eb3246d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 23 Jun 2015 21:01:59 -0700 Subject: more work on mail flags --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 2187f3103..568049237 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1926,7 +1926,7 @@ function process_mail_delivery($sender, $arr, $deliveries) { intval($channel['channel_id']) ); if($r) { - if($arr['mail_flags'] & MAIL_RECALLED) { + if(intval($arr['mail_recalled'])) { $x = q("delete from mail where id = %d and channel_id = %d", intval($r[0]['id']), intval($channel['channel_id']) -- cgit v1.2.3