added capability to detect if imap server supports searching on specific
[squirrelmail.git] / functions / mailbox_display.php
index 41db001506c8dc2da989a50cbef5548aad195444..62ad7181a5b3b7754034a887f89034f19d34b013 100644 (file)
@@ -38,7 +38,7 @@
          $flag = '';
          $flag_end = '';
       }
-      if (!isset($msg['FLAG_SEEN']) && $msg['FLAG_SEEN'] == false) 
+      if (!isset($msg['FLAG_SEEN']) || $msg['FLAG_SEEN'] == false) 
       { 
          $bold = '<b>'; 
          $bold_end = '</b>';