diff options
author | alecpl <alec@alec.pl> | 2009-05-20 09:03:14 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-20 09:03:14 +0000 |
commit | 2de7d74c2bba02568581ea2f819b3d3eda52c6e5 (patch) | |
tree | 7ceefc38883c04fb0f7cb5906d2690f69b08a6ec /program/lib/imap.inc | |
parent | dbe44cd105d936fb82159eb1a8447db074ff5428 (diff) |
- remove not used icl_commons.inc file
Diffstat (limited to 'program/lib/imap.inc')
-rw-r--r-- | program/lib/imap.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/program/lib/imap.inc b/program/lib/imap.inc index 1502064a8..66394dde8 100644 --- a/program/lib/imap.inc +++ b/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 @@ function iil_C_ListSubscribed(&$conn, $ref, $mailbox) { $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) |