Closed
Bug 73404
Opened 24 years ago
Closed 21 years ago
Moving a subfolder doesn't delete *.sbd directory.
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kazhik, Assigned: Bienvenu)
References
Details
Attachments
(1 file, 3 obsolete files)
1.10 KB,
patch
|
Details | Diff | Splinter Review |
Moving a subfolder doesn't delete *.sbd directory.
Steps to reproduce:
(1) Create a subfolder.
(2) Move it to another place by drag and drop. The arrow which indicates
subfolder remains. *.sbd direcotry isn't deleted.
Comment 2•24 years ago
|
||
Yes the .sbd directory will be there, but it will be empty.
Reporter | ||
Comment 3•23 years ago
|
||
.sbd is deleted with this patch.
But the icon for the subfolder remains.
Reporter | ||
Comment 4•23 years ago
|
||
The previous patch doesn't check whether there are other subfolders or not.
Attachment #75382 -
Attachment is obsolete: true
Comment 5•22 years ago
|
||
Does this patch work yet?
Can it be checked in?
Reporter | ||
Comment 6•22 years ago
|
||
Comment on attachment 75385 [details] [diff] [review]
patch, v2
This patch still works.
Attachment #75385 -
Flags: review?(naving)
Comment 7•22 years ago
|
||
Navin, how can we request a review to possibly get this patch checked in?
Reporter | ||
Comment 8•22 years ago
|
||
patch v2 deletes *.sbd even if it contains subfolders.
Attachment #75385 -
Attachment is obsolete: true
Reporter | ||
Updated•22 years ago
|
Attachment #119790 -
Flags: review?(bienvenu)
Comment 9•22 years ago
|
||
Is it possible to get this in for 1.4 beta?
Comment 10•22 years ago
|
||
CC-ing bienvenu, he might be interested.
Assignee | ||
Comment 11•22 years ago
|
||
Comment on attachment 119790 [details] [diff] [review]
patch v3
you should add a comment that i.Exists() checks to see if the .sbd directory is
empty or not (that's what it does, right?) Also, you don't need the extra
braces around the call to parentPath.Delete. You've made sure that this works
in the case of a non-empty parent directory, right? It looks fine, otherwise,
thx for working on this.
Reporter | ||
Comment 13•22 years ago
|
||
Added a comment and deleted the braces.
Attachment #119790 -
Attachment is obsolete: true
Reporter | ||
Updated•22 years ago
|
Attachment #122981 -
Flags: review?(bienvenu)
Comment 14•22 years ago
|
||
Comment on attachment 75385 [details] [diff] [review]
patch, v2
clearing obsolete review request
Attachment #75385 -
Flags: review?(naving)
Updated•22 years ago
|
Attachment #119790 -
Flags: review?(bienvenu)
![]() |
||
Comment 15•21 years ago
|
||
There is a patch, why has this bug stalled?
Assignee | ||
Comment 17•21 years ago
|
||
fix checked in, r/sr=me, thanks Kazuhiko
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•21 years ago
|
Attachment #122981 -
Flags: review?(bienvenu)
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•