Ticket #19 (defect)
Opened 2 years ago
Last modified 2 years ago
Renaming invalidates subfolders
Status: closed (fixed)
| Reported by: | pvanhoof | Assigned to: | pvanhoof |
|---|---|---|---|
| Priority: | critical | Milestone: | A second release |
| Component: | libtinymail-camel | Version: | 2.0 |
| Keywords: | Cc: | dirk-jan.binnema@nokia.com, svillar@igalia.com | |
After renaming a parent folder, its subfolders become invalid. This is because the so-called "full-name" of the kids will still have the old parent name in them: "INBOX/PARENT/KidName" should be replaced with "INBOX/RENAMED/KidName".
This ain't really simple to fix .. I noticed.
Deleting and creating, though, should work correctly now.
Attachments
Change History
02/20/07 11:38:36: Modified by anonymous
- component changed from bindings to libtinymail-camel.
05/17/07 02:46:07: Modified by pvanhoof
- status changed from new to closed.
- resolution set to fixed.

tny_folder_set_name is removed and tny_folder_copy replaces it.