6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
3/31/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13839] Moving folders doesn't work
*
Your Email Address
*
Spam protection
Enter the letters below:
.___ __..__. __..__. [__ (__ | |(__ | | [___.__)|__|.__)|__|
Comment
> When moving a folder into another, the folder is not moved. Tested > with 5.3.0 and MS Outlook 2013. > > I think it's because an early return in renameMailbox function in > Horde/ActiveSync/Imap/Adapter.php > When moving a folder named "folder1" into "folders/folder2", this > function is called as > renameMailbox($old, $new, $parent = null) > renameMailbox("folder1", "folder1", "folders/folder2") > > and the early return prevents from moving that folder, and nothing is > changed: > if ($old == $new) { return; } > > Testing after appending "parent" solves that bug (attached patch). >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers