[Tickets #2935] NEW: Renaming folders doesn't work with cyrus
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Nov 7 15:59:55 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2935
-----------------------------------------------------------------------
Ticket | 2935
Created By | adrieder at sbox.tugraz.at
Summary | Renaming folders doesn't work with cyrus
Queue | IMP
Version | HEAD
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2005-11-07 15:59) wrote:
When trying to rename a folder on a cyrus-imap server I get permission
denied, unless I add "INBOX." at the beginnig of the new folder name
changing the _appendNamespace() function in horde/imp/folders.php at line 42
from
if (!$ns_info) {
to
if (empty($ns_info['name'])) {
seems to solve the problem
More information about the bugs
mailing list