[cvs] [Wiki] changed: ImpImapConfig

Wiki Guest wikiguest at horde.org
Wed Feb 18 18:20:57 UTC 2009


guest [158.130.52.155]  Wed, 18 Feb 2009 13:20:57 -0500

Modified page: http://wiki.horde.org/ImpImapConfig
New Revision:  1.21
Change log:  fixed maildir config for dimp preview issue, old one has a bug

@@ -134,16 +134,18 @@
  </code>

  but using this config with dimp 1.1.1, when selecting a new message  
from the inbox, the preview would never show up and the "working" icon  
would never go away. if a message was not marked as new, it could be  
previewed without any problems. also preview of new messages under  
Mail/ folders worked fine as well.

-To make the preview work for new messages in the INBOX i had to add a  
new namespace definition (maildir style) for INBOX:
+To make the preview work for new messages in the INBOX i had to add a  
new namespace definition (maildir style):
  <code>
      'namespace' => array(
-            'INBOX' => array(
-            'name' => 'INBOX',
+            '' => array(
+            'name' => '',
              'delimiter' => '.',
              'type' => 'personal',
-            'hidden' => false
+            'hidden' => true
              ),

  </code>
+
+any maildir namespace will do to fix the issue. we dont want to  
support both formats so i am hiding this definition.




More information about the cvs mailing list