Use 'mobile' as the description for mimp again
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Mar 2010 23:43:27 +0000 (17:43 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Mar 2010 03:24:03 +0000 (21:24 -0600)
imp/compose-mimp.php
imp/config/hooks.php.dist
imp/config/prefs.php.dist
imp/docs/INSTALL
imp/folders-mimp.php
imp/lib/Application.php
imp/lib/Ui/Mimp.php
imp/mailbox-mimp.php
imp/message-mimp.php

index b81e60f..6a71a3e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Minimal (MIMP) compose display page.
+ * Mobile (MIMP) compose display page.
  *
  * URL Parameters:
  *   'a' = (string) The action ID.
index 3287a71..e439cff 100644 (file)
@@ -747,16 +747,16 @@ class IMP_Hooks
 
 
     /**
-     * MIMP: Activate various advanced features in the minimal view.
+     * MIMP: Activate various advanced features in the mobile view.
      *
      * The combination of the rapid pace of development for both mobile
      * devices and their browsers, coupled with the limited resources of an
      * open source project to test and track these developments, make it
      * near impossible to accurately identify a list of mobile browsers
      * that can handle a interface with more features than the base
-     * minimal view. Therefore, this hook provides a wait for a site
+     * mobile view. Therefore, this hook provides a wait for a site
      * administrator to best decide when (and if) they want to allow this
-     * advanced functionality to be available in the minimal view.
+     * advanced functionality to be available in the mobile view.
      *
      * @param string $feature  The advanced feature. One of the following:
      * <pre>
index 586fc4a..b8fa692 100644 (file)
@@ -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'
index 8f8474b..7be6169 100644 (file)
@@ -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
 =================
 
index ff960c0..c9286a3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Minimalist folder display page.
+ * Mobile (MIMP) folder display page.
  *
  * URL Parameters:
  *   'ts' = (integer) Toggle subscribe view.
index b28aff3..dd2910a 100644 (file)
@@ -259,7 +259,7 @@ class IMP_Application extends Horde_Registry_Application
                         // Dimp selected is handled by javascript (dimp_sel)
                     ),
                     'mimp' => array(
-                        'name' => _("Minimal"),
+                        'name' => _("Mobile"),
                         'selected' => $view_cookie == 'mimp'
                     )
                 )
index fa5a07f..2591c5f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Provides minimal view (MIMP) helper functions.
+ * Provides mobile view (MIMP) helper functions.
  *
  * Copyright 1999-2010 The Horde Project (http://www.horde.org/)
  *
index 9c6e106..f3f3671 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Minimal (MIMP) mailbox display page.
+ * Mobile (MIMP) mailbox display page.
  *
  * URL Parameters:
  *   'a' = (string) actionID
index 4f1a2af..944ded4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Minimal (MIMP) message display page.
+ * Mobile (MIMP) message display page.
  *
  * URL Parameters:
  *   'a' - (string) actionID