diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-20 09:03:14 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-20 09:03:14 +0000 |
| commit | c46995231bc9c91e715d6894102c7011a0bd0b26 (patch) | |
| tree | 71286c602d39fe953b4f1a57018207deaf3a09d1 /roundcubemail/program/lib/imap.inc | |
| parent | ba624814c847d521348924706a83d30dc468e604 (diff) | |
- remove not used icl_commons.inc file
git-svn-id: https://svn.roundcube.net/trunk@2504 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/imap.inc')
| -rw-r--r-- | roundcubemail/program/lib/imap.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roundcubemail/program/lib/imap.inc b/roundcubemail/program/lib/imap.inc index 1502064a8..66394dde8 100644 --- a/roundcubemail/program/lib/imap.inc +++ b/roundcubemail/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) |
