@@ -68,7 +68,7 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
}
$issent = ($mailbox == $sent_folder);
$hdr_list = sqimap_get_small_header_list($imapConnection, $id, $issent);
- $flags = sqimap_get_flags_list($imapConnection, $id, $issnet);
+ $flags = sqimap_get_flags_list($imapConnection, $id, $issent);
foreach ($hdr_list as $hdr) {
$from[] = $hdr->from;
$date[] = $hdr->date;
@@ -216,7 +216,7 @@
$boxes_sub = $boxes;
/** SUBSCRIBE TO FOLDERS **/
- echo "<TD BGCOLOR=\"$color[0]\" widtn=50% ALIGN=CENTER>";
+ echo "<TD BGCOLOR=\"$color[0]\" width=50% ALIGN=CENTER>";
$imap_stream = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 1);
$boxes_all = sqimap_mailbox_list_all ($imap_stream);
@@ -1,6 +1,6 @@
<?php
/**
- ** options_highlight.php
+ ** options_order.php
**
** Copyright (c) 1999-2000 The SquirrelMail development team
** Licensed under the GNU GPL. For full terms see the file COPYING.