alecpl
2009-05-20 2de7d74c2bba02568581ea2f819b3d3eda52c6e5
- remove not used icl_commons.inc file


1 files deleted
1 files modified
85 ■■■■■ changed files
program/lib/icl_commons.inc 81 ●●●●● patch | view | raw | blame | history
program/lib/imap.inc 4 ●●●● patch | view | raw | blame | history
program/lib/icl_commons.inc
File was deleted
program/lib/imap.inc
@@ -92,9 +92,6 @@
 * @todo Replace echo-debugging (make it adhere to config setting and log)
 */
// changed path to work within roundcube webmail
include_once 'lib/icl_commons.inc';
if (!isset($IMAP_USE_HEADER_DATE) || !$IMAP_USE_HEADER_DATE) {
    $IMAP_USE_INTERNAL_DATE = true;
@@ -2211,7 +2208,6 @@
            $a = iil_ExplodeQuotedString(' ', $line);
            
                // last string is folder name
                //$folder = UTF7DecodeString(str_replace('"', '', $a[count($a)-1]));
                $folder = trim($a[count($a)-1], '"');
            
            if ((!in_array($folder, $folders)) && (empty($ignore)