Ignore:
Timestamp:
Oct 14, 2010 6:37:32 AM (3 years ago)
Author:
alec
Message:
  • Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap_generic.php

    r4088 r4090  
    279279 
    280280                    if ($res == 'OK') { 
    281                             return self::ERROR_OK; 
     281                            return $this->errornum = self::ERROR_OK; 
    282282                    } else if ($res == 'NO') { 
    283283                $this->errornum = self::ERROR_NO; 
Note: See TracChangeset for help on using the changeset viewer.