From: Michael M Slusarz Date: Tue, 28 Jul 2009 17:38:57 +0000 (-0600) Subject: Not needed X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dd8bb75b5a03abaefbe10f99fda0d56609607d6b;p=horde.git Not needed --- diff --git a/imp/templates/javascript_defs_dimp.php b/imp/templates/javascript_defs_dimp.php index 742b27a2e..eda96a704 100644 --- a/imp/templates/javascript_defs_dimp.php +++ b/imp/templates/javascript_defs_dimp.php @@ -57,7 +57,6 @@ $code['conf'] = array_filter(array( // Other variables 'app_urls' => $app_urls, 'background_inbox' => intval(!empty($GLOBALS['conf']['dimp']['viewport']['background_inbox'])), - 'base_mbox' => IMP_Imap_Tree::BASE_ELT, 'buffer_pages' => intval($GLOBALS['conf']['dimp']['viewport']['buffer_pages']), 'debug' => intval(!empty($GLOBALS['conf']['dimp']['js']['debug'])), 'disable_compose' => !IMP::canCompose(),