[Tickets #7041] Re: Shared folder courier-imap
bugs at horde.org
bugs at horde.org
Tue Jul 8 10:43:41 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7041
------------------------------------------------------------------------------
Ticket | 7041
Updated By | rsalmon at mbpgroup.com
Summary | Shared folder courier-imap
Queue | IMP
Version | HEAD
Type | Bug
State | Resolved
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Slusarz
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2008-07-08 06:43) wrote:
INBOX isn't clickable in IMP/DIMP.
The following patch works for me.
--- Tree.php 2008-07-08 12:43:05.000000000 +0200
+++ Tree.php.org 2008-07-08 12:42:44.000000000 +0200
@@ -309,14 +309,13 @@
error_reporting($old_error);
- $names['INBOX'] = 1;
-
// Cached mailbox lists.
if ($showunsub) {
$full_list = array_keys($names);
return $full_list;
} else {
/* INBOX is always subscribed to. */
+ $names['INBOX'] = 1;
// Need to compare to full list to remove non-existent mailboxes
// See RFC 3501 [6.3.9]
More information about the bugs
mailing list