[cvs] [Wiki] changed: ImpImapConfig

Michael Slusarz slusarz at horde.org
Mon Jun 4 14:31:42 UTC 2007


slusarz  Mon, 04 Jun 2007 07:31:42 -0700

Modified page: http://wiki.horde.org/ImpImapConfig
New Revision:  1.14
Change log:  Add 'other' type for IMP 4.2

@@ -43,9 +43,15 @@
         ),
         '#foo.' => array(
             'name' => '#foo.',
             'delimiter' => '.',
-            'type' => 'shared',
+            'type' => 'shared', (or 'public' (IMP 4.1.x) or 'other' (IMP
4.2+))
+            'hidden' => false
+        ),
+        '#foo2.' => array(
+            'name' => '#foo2.',
+            'delimiter' => '.',
+            'type' => 'public' (or 'other' if using IMP 4.2+)
             'hidden' => false
         )
     ),
     'search_charset' => array(


More information about the cvs mailing list