Quoting Chuck Hagenbuch <[EMAIL PROTECTED]>:
> Quoting Anant Athavale <[EMAIL PROTECTED]>:
>
>> I find that ticket 5138 is resolved. I use stable version IMP 4.1.4.
>> What is the workaround for me to solve this issue in my stable version
>> 4.1.4. Do I need to wait till the release of new stable version?
>
> Yup, the fix will be included in any new 4.1.x releases, or in IMP
> 4.2. But the ticket includes the exact change to revert to fix the
> problem, so you can always do that too.
>
> -chuck
As per your suggestion, I have implemented the changes in IMP.php. The
diff for IMP.php is as below and it works fine (as of now).
1205c1205,1206
< if (!empty($key) && (strpos($mailbox, $key) === 0)) {
---
> $mbx = $mailbox . $val['delimiter'];
> if (!empty($key) && (strpos($mbx, $key) === 0)) {
Please let me know, if I am missing anything.
Regards,
Anant Athavale.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]