phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Jan 2009 04:40:19 +0000 (21:40 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Jan 2009 05:05:29 +0000 (22:05 -0700)
imp/config/prefs.php.dist
imp/lib/Contents.php

index 0b47a37..fb07efa 100644 (file)
@@ -1433,6 +1433,8 @@ $_prefs['smime_additional_cert'] = array(
 
 // End S/MIME Options
 
+// MIMP Options
+
 // display only the first 250 characters of a message on first message view?
 $_prefs['mimp_preview_msg'] = array(
     'value' => 0,
@@ -1442,6 +1444,10 @@ $_prefs['mimp_preview_msg'] = array(
     'desc' => _("Display only the first 250 characters of a message initially?")
 );
 
+// End MIMP Options
+
+// DIMP Options
+
 // Login preferences (dimp)
 $_prefs['dimp_login_view'] = array(
     'value' => 'portal',
@@ -1466,6 +1472,8 @@ $_prefs['dimp_toggle_headers'] = array(
     'shared' => false,
     'type' => 'implicit');
 
+// End DIMP Options
+
 // Other entries (used internally in IMP)
 
 // virtual inbox identifier
index 57ccfc2..5bdd7e4 100644 (file)
@@ -453,6 +453,9 @@ class IMP_Contents
      * @param string $id     The MIME ID.
      * @param integer $mask  A bitmask indicating what information to return:
      * <pre>
+     * Always output:
+     *   'type' = MIME type
+     *
      * IMP_Contents::SUMMARY_BYTES
      *   Output: parts = 'bytes'
      *