From: Michael M Slusarz Date: Wed, 17 Mar 2010 23:43:27 +0000 (-0600) Subject: Use 'mobile' as the description for mimp again X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a7a39f0cf109bc4fa2dec71b303d60d3d329746d;p=horde.git Use 'mobile' as the description for mimp again --- diff --git a/imp/compose-mimp.php b/imp/compose-mimp.php index b81e60f54..6a71a3e4c 100644 --- a/imp/compose-mimp.php +++ b/imp/compose-mimp.php @@ -1,6 +1,6 @@ diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 586fc4aed..b8fa69292 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -202,8 +202,8 @@ if (Horde_Util::extensionExists('openssl') && isset($GLOBALS['conf']['openssl'][ $prefGroups['mimp'] = array( 'column' => _("Other Options"), - 'label' => _("Minimal View Options"), - 'desc' => _("Configure options for the minimalist view."), + 'label' => _("Mobile View Options"), + 'desc' => _("Configure options for the mobile view."), 'members' => array('mimp_preview_msg', 'mimp_download_confirm', 'mimp_inline_all') ); @@ -1128,7 +1128,7 @@ $_prefs['msgflags'] = array( // KEY: Flag name // VALUE: Array with the following entries // 'a' - (string) [abbreviation] The abbreviation used in - // the mimp (minimal) view. + // the mobile (mimp) view. // DEFAULT: Don't show flag // 'b' - (string) [background] The CSS background color // DEFAULT: Use value of 'msgflags_color' diff --git a/imp/docs/INSTALL b/imp/docs/INSTALL index 8f8474b42..7be616969 100644 --- a/imp/docs/INSTALL +++ b/imp/docs/INSTALL @@ -438,6 +438,13 @@ reliable way to reproduce the error. Developers/other interested folks will be much more likely to help you if all this information is provided. +Mobile View +=========== + +IMP also offers a view optimized for mobile devices that contains no graphics, +minimal styling, and a reduced feature set (formerly known as MIMP). + + Obtaining Support ================= diff --git a/imp/folders-mimp.php b/imp/folders-mimp.php index ff960c005..c9286a381 100644 --- a/imp/folders-mimp.php +++ b/imp/folders-mimp.php @@ -1,6 +1,6 @@ array( - 'name' => _("Minimal"), + 'name' => _("Mobile"), 'selected' => $view_cookie == 'mimp' ) ) diff --git a/imp/lib/Ui/Mimp.php b/imp/lib/Ui/Mimp.php index fa5a07f78..2591c5f81 100644 --- a/imp/lib/Ui/Mimp.php +++ b/imp/lib/Ui/Mimp.php @@ -1,6 +1,6 @@