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.

This commit is contained in:
friendica
2013-02-27 20:38:33 -08:00
parent 5612716cff
commit 8275f14cea
3 changed files with 26 additions and 1 deletions

View File

@@ -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);