includes/constants.php
changeset 334 c72b545f1304
parent 328 dc838fd61a06
child 345 4ccdfeee9a11
--- a/includes/constants.php	Fri Dec 21 19:08:27 2007 -0500
+++ b/includes/constants.php	Wed Dec 26 00:37:26 2007 -0500
@@ -68,6 +68,15 @@
 define('GROUP_HIDDEN', 3);
 define('GROUP_OPEN', 4);
 
+// Private message flags
+define('PM_UNREAD', 1);
+define('PM_STARRED', 2);
+define('PM_SENT', 4);
+define('PM_DRAFT', 8);
+define('PM_ARCHIVE', 16);
+define('PM_TRASH', 32);
+define('PM_DELIVERED', 64);
+
 // Other stuff
 
 define('MAX_PMS_PER_BATCH', 7); // The maximum number of users that users can send PMs to in one go; restriction does not apply to users with mod_misc rights