diff options
author | thomascube <thomas@roundcube.net> | 2009-07-13 18:58:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-07-13 18:58:00 +0000 |
commit | d5515f64b6a09f10e488f20d273317a022054165 (patch) | |
tree | 0399b40fa5b7acf833c3d28a517193f8bb677aac /program/steps/mail/show.inc | |
parent | a366a323b5d78f453b4988be576e6520957c9488 (diff) |
Tabs!
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r-- | program/steps/mail/show.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index a644a9480..ffd569d21 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -108,7 +108,7 @@ if ($_GET['_uid']) { $next = $prev = $first = $last = -1; if ($_SESSION['sort_col'] == 'date' && $_SESSION['sort_order'] != 'DESC' - && empty($_REQUEST['_search']) && !$IMAP->skip_deleted) + && empty($_REQUEST['_search']) && !$IMAP->skip_deleted) { // this assumes that we are sorted by date_DESC $cnt = $IMAP->messagecount(); @@ -145,7 +145,7 @@ if ($_GET['_uid']) { if (!$MESSAGE->headers->seen) $RCMAIL->plugins->exec_hook('message_read', array('uid' => $MESSAGE->uid, - 'mailbox' => $IMAP->mailbox, 'message' => $MESSAGE)); + 'mailbox' => $IMAP->mailbox, 'message' => $MESSAGE)); } |