X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=include%2Fconstants.php;h=5faea98649861b9fc51525b86a01e3adee2357a6;hb=f0d28f448867777aafe13b1106204765c229c17a;hp=5fc115c05cda6604e4d5b81d74b701326d451b4b;hpb=b37e457fda0baaf0253ba69f0e5cbdd4845ce242;p=squirrelmail.git diff --git a/include/constants.php b/include/constants.php index 5fc115c0..5faea986 100644 --- a/include/constants.php +++ b/include/constants.php @@ -57,6 +57,10 @@ define('SMPREF_UNSEEN_NORMAL', 5); // Only normal folders (since 1.2.5) define('SMPREF_UNSEEN_ONLY', 1); define('SMPREF_UNSEEN_TOTAL', 2); +define('SMPREF_MAILBOX_SELECT_LONG', 0); +define('SMPREF_MAILBOX_SELECT_INDENTED', 1); +define('SMPREF_MAILBOX_SELECT_DELIMITED', 2); + /** * Define constants for time/date display preferences. * @since 1.2.0 @@ -173,3 +177,9 @@ define('SQ_TYPE_ARRAY', 'array'); define('SQ_PHP_TEMPLATE', 'PHP_'); define('SQ_SMARTY_TEMPLATE', 'Smarty_'); +/** + * Used by plugins to indicate an incompatibility with a SM version + * @since 1.5.2 + */ +define('SQ_INCOMPATIBLE', 'INCOMPATIBLE'); +