Summary | Renaming folders doesn't work with cyrus |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | adrieder (at) sbox (dot) tugraz (dot) at |
Created | 11/07/2005 (7261 days ago) |
Due | |
Updated | 11/08/2005 (7260 days ago) |
Assigned | 11/08/2005 (7260 days ago) |
Resolved | 11/08/2005 (7260 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug 2874. And this solution breaks creation of foldersin empty namespaces.
Do you mean the creation of folders at the level above "INBOX." ?
State ⇒ Not A Bug
Bug 2874. And this solution breaks creation of foldersin empty namespaces.
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Renaming folders doesn't work with cyrus
Queue ⇒ IMP
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