X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fconstants.php;h=10342589d8e6216bc0b965148ef9c9112d1b4625;hb=26e2d3efbfbcfe25d310c9df83453816f830212b;hp=ed75631f4039d1ddb4ce03b582445e5f367cc5b8;hpb=15e6162eacc97158393bc75aed3afeb7b19c24a6;p=squirrelmail.git diff --git a/functions/constants.php b/functions/constants.php index ed75631f..10342589 100644 --- a/functions/constants.php +++ b/functions/constants.php @@ -37,6 +37,8 @@ define('SMPREF_LOC_RIGHT', 'right'); define('SMPREF_UNSEEN_NONE', 1); define('SMPREF_UNSEEN_INBOX', 2); define('SMPREF_UNSEEN_ALL', 3); +define('SMPREF_UNSEEN_SPECIAL', 4); // Only special folders +define('SMPREF_UNSEEN_NORMAL', 5); // Only normal folders define('SMPREF_UNSEEN_ONLY', 1); define('SMPREF_UNSEEN_TOTAL', 2);