Summary | Kolab storage: Rename of folder not detected |
Queue | Kolab |
Type | Bug |
State | Assigned |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 11/27/2012 (4551 days ago) |
Due | |
Updated | 01/18/2016 (3404 days ago) |
Assigned | 01/18/2016 (3404 days ago) |
Resolved | |
Milestone | |
Patch | No |
Queue ⇒ Kolab
State ⇒ Assigned
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Kolab storage: Rename of folder not detected
Type ⇒ Bug
State ⇒ Unconfirmed
Kolab_Storage currently has trouble when one renames a folder via IMP
or other client.
Here's what I did:
1. Log into horde. The Kolab storage subsystem will discover
all the folder during login and cache them in most cases.
2. Go to IMP and rename the calendar folder of a user
3. Go to kronolith. The bar on the left with the calendar list
never opens and the horde log contains:
"2012-11-27T13:44:39+01:00 ERR: HORDE [kronolith] Mailbox does not
exist [pid 14519 on line 684 of
"/datastore/share/pear/Horde/Share/Kolab.php"]"
So right now "missing" folders cause the Kolab storage backend to bail
out. Instead we should ignore missing folders and remove them from the
share list (+cache).
Note: This bug is low prio since you can log in and log out again to
refresh the list.
Thomas