[Wiki] changed: ImpImapConfig

Wiki Guest <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
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.



--
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.