thomascube
2007-02-16 b3ce7915610a6d272cc38ecd2a8b61e04ee4aeae
program/steps/mail/show.inc
@@ -64,7 +64,7 @@
  // mark message as read
  if (!$MESSAGE['headers']->seen && $_action != 'preview')
    $IMAP->set_flag($_GET['_uid'], 'SEEN');
    $IMAP->set_flag($MESSAGE['UID'], 'SEEN');
  // give message uid to the client
  $javascript = sprintf("%s.set_env('uid', '%s');\n", $JS_OBJECT_NAME, $MESSAGE['UID']);