aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-27 20:38:33 -0800
committerfriendica <info@friendica.com>2013-02-27 20:38:33 -0800
commit8275f14cea622b4c5d82fba43859a1ca729c10a7 (patch)
treecc434e62a2379ddd94470daaa0ebe27c0e0eae3b /boot.php
parent5612716cff11039c64e1dba46bde5795f6b65c5c (diff)
downloadvolse-hubzilla-8275f14cea622b4c5d82fba43859a1ca729c10a7.tar.gz
volse-hubzilla-8275f14cea622b4c5d82fba43859a1ca729c10a7.tar.bz2
volse-hubzilla-8275f14cea622b4c5d82fba43859a1ca729c10a7.zip
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.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
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);