Changeset e99b3f2 in github


Ignore:
Timestamp:
Sep 20, 2011 3:17:04 PM (21 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
Children:
f3ec778c
Parents:
eeae0db
Message:
  • Fix listing messages on servers without SORT and THREAD command
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.php

    reeae0db re99b3f2  
    912912        // fetch specified header for all messages and sort 
    913913        else if ($msg_index = $this->conn->fetchHeaderIndex($mailbox, "1:*", 
    914             $this->sort_field, $this->skip_deleted, true) 
     914            $this->sort_field, $this->skip_deleted) 
    915915        ) { 
    916916            asort($msg_index); // ASC 
     
    924924 
    925925            // fetch reqested headers from server 
    926             $a_msg_headers = $this->fetch_headers($mailbox, $msg_index, true); 
     926            $a_msg_headers = $this->fetch_headers($mailbox, $msg_index); 
    927927        } 
    928928 
Note: See TracChangeset for help on using the changeset viewer.