--- mailbox.php3-message_summaries.inc Wed Dec 16 09:01:27 1998
+++ mailbox.php3-message_summaries.inc.shane Thu Dec 17 14:38:56 1998
@@ -23,7 +23,21 @@
|
+
deleted_image && $h->Deleted == 'D' )
+ { echo " graphics_url/deleted.gif\" alt=\"deleted\" border=0>"; }
+/*
+ * If the message is marked unread (Unseen), and the unread_image
+ * default option is on, then display the newmail icon
+*/
+ if ($default->unread_image && $h->Unseen == 'U')
+ { echo " graphics_url/newmail.gif\" alt=\"new mail\" border=0>"; }
+
if ($default->fetch_mime_info)
if (isset($flag) && $flag)
for ($fc=0; $fc < (count($flags) > 10 ? 10 : count($flag)); $fc++)
|