DB: do the mail table again. Mail almost working onsite, still needs to zot though

This commit is contained in:
friendica
2012-12-04 18:24:46 -08:00
parent 707397580c
commit e17ba14696
12 changed files with 173 additions and 284 deletions

View File

@@ -194,6 +194,13 @@ define ( 'ABOOK_FLAG_PENDING' , 0x0010);
define ( 'ABOOK_FLAG_SELF' , 0x0080);
define ( 'MAIL_DELETED', 0x0001);
define ( 'MAIL_REPLIED', 0x0002);
define ( 'MAIL_ISREPLY', 0x0004);
define ( 'MAIL_SEEN', 0x0008);
/**
* Maximum number of "people who like (or don't like) this" that we will list by name
*/