From 8275f14cea622b4c5d82fba43859a1ca729c10a7 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 27 Feb 2013 20:38:33 -0800 Subject: mail recall - just set mail_flags = mail_flags & MAIL_RECALLED and tell the notifier. We'll need a special button for this. Also should probably report whether it was seen or not. Will do that another day. --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 567242d90..e46c8cd48 100644 --- a/boot.php +++ b/boot.php @@ -224,6 +224,7 @@ define ( 'MAIL_DELETED', 0x0001); define ( 'MAIL_REPLIED', 0x0002); define ( 'MAIL_ISREPLY', 0x0004); define ( 'MAIL_SEEN', 0x0008); +define ( 'MAIL_RECALLED', 0x0010); define ( 'ATTACH_FLAG_DIR', 0x0001); -- cgit v1.2.3