diff options
author | friendica <info@friendica.com> | 2013-02-27 20:38:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-27 20:38:33 -0800 |
commit | 8275f14cea622b4c5d82fba43859a1ca729c10a7 (patch) | |
tree | cc434e62a2379ddd94470daaa0ebe27c0e0eae3b /boot.php | |
parent | 5612716cff11039c64e1dba46bde5795f6b65c5c (diff) | |
download | volse-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |