[Tickets #7041] Re: Shared folder courier-imap
bugs at horde.org
bugs at horde.org
Tue Jul 8 11:10:26 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 07:10) wrote:
wrong patch, it's the other way arround.
--- Tree.php.org 2008-07-08 12:42:44.000000000 +0200
+++ Tree.php 2008-07-08 12:43:05.000000000 +0200
@@ -309,13 +309,14 @@
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