Closed
Bug 265507
Opened 21 years ago
Closed 21 years ago
Problems renaming virtual folders
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.9
People
(Reporter: mscott, Assigned: Bienvenu)
Details
Attachments
(1 file)
|
17.76 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
Asa reports having difficulty renaming his virtual folders.
IMAP account. Single folder (inbox) virtual folders.
Using today's windows build.
| Reporter | ||
Comment 1•21 years ago
|
||
I just tried to rename it and it looked like it was trying to unsubscribe the
folder from the imap server.
Target Milestone: --- → Thunderbird0.9
Comment 2•21 years ago
|
||
The context menu needs looking over. I suspect some of the items are attempting
IMAP or other inappropriate actions. See, for example, Copy folder location and
Compact Folder. Also, Search seems to fail with odd IMAP warning too :)
| Assignee | ||
Comment 3•21 years ago
|
||
we talked about that - there are only a couple things that are really valid in
the context menu for virtual folders...I don't know if there's a bug, though.
| Assignee | ||
Comment 4•21 years ago
|
||
this looks like a big change, but basically what I really did was move some
routines from nsMsgLocalMailFolder.cpp to nsMsgDBFolder.cpp, so that imap could
call the local folder rename folder case for virtual folders (since in that
case we just want to rename the .msf file). I also got rid of some duplicate
code
I'll need a similar fix for news ...
| Assignee | ||
Updated•21 years ago
|
Attachment #163185 -
Flags: superreview?(mscott)
| Reporter | ||
Updated•21 years ago
|
Attachment #163185 -
Flags: superreview?(mscott) → superreview+
Comment 5•21 years ago
|
||
Can you enable rename from the properties window too?
Comment 6•21 years ago
|
||
OK, something is bad here. I can rename but after a restart, I can no longer
edit the virtual folder. All of the rules defined in the Properties window are gone.
| Assignee | ||
Comment 7•21 years ago
|
||
weird, it worked for me on trunk and branch. It sounds like it has forgotten
it's a virtual folder at all (I wish we had the art work for that...).
Comment 8•21 years ago
|
||
Using today's build, I can rename a virtual folder with no problem. But when I
do, the screen doesn't refresh, and it made me think that I had completely lost
the criteria. When I change focus to another folder and move back, the search is
still there. If we need a separate bug for the second part let me know.
| Reporter | ||
Comment 9•21 years ago
|
||
(In reply to comment #3)
> we talked about that - there are only a couple things that are really valid in
> the context menu for virtual folders...I don't know if there's a bug, though.
I filed Bug #266578 to hide the menu items in the folder pane that don't make
sense for a virtual folder. Fix checked in.
| Assignee | ||
Comment 10•21 years ago
|
||
Asa, were you running on a mac or windows?
Comment 11•21 years ago
|
||
Windows XP.
| Reporter | ||
Comment 12•21 years ago
|
||
this seems to be working for me too using today's build with an imap account.
I'm going to go ahead and mark this fixed based on David's fix + comments from
marcia and myself.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•