Mercurial > hg > rc2
comparison program/lib/Roundcube/rcube_imap_generic.php @ 5:3a5f959af5ae
debugging aids, all commented out
author | Charlie Root |
---|---|
date | Thu, 30 Aug 2018 16:15:17 -0400 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
4:1ab920879b88 | 5:3a5f959af5ae |
---|---|
1792 if ($field == 'INTERNALDATE') { | 1792 if ($field == 'INTERNALDATE') { |
1793 $field = 'ARRIVAL'; | 1793 $field = 'ARRIVAL'; |
1794 } | 1794 } |
1795 | 1795 |
1796 if (!in_array($field, $supported)) { | 1796 if (!in_array($field, $supported)) { |
1797 #rcube::write_log('mail',"$field not supported: $mailbox fallback"); | |
1797 return new rcube_result_index($mailbox); | 1798 return new rcube_result_index($mailbox); |
1798 } | 1799 } |
1799 | 1800 |
1800 if (!$this->select($mailbox)) { | 1801 if (!$this->select($mailbox)) { |
1801 return new rcube_result_index($mailbox); | 1802 return new rcube_result_index($mailbox); |