Quoting Steven Premeau <[email protected]>:

Does the unsupported imap_config option described at:
http://wiki.horde.org/ImpImapConfig?referrer=ImpUWIMAPNamespaces <http://wiki.horde.org/ImpImapConfig?referrer=ImpUWIMAPNamespaces>

still exist in some form in IMP5?

Not really.

What exactly are you trying to do? If you are attempting to limit namespaces to just the default, adding this to imp/config/backends.local.php should work:

$servers['foo']['capability_ignore'] = array('NAMESPACE');

If you want to individually add namespaces besides the default, add this:

$servers['foo']['namespace'] = array('bar/', ..., ...);

michael

___________________________________
Michael Slusarz [[email protected]]

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to