Closed
Bug 58323
Opened 25 years ago
Closed 25 years ago
after shift delete local msg can't load another msg
Categories
(MailNews Core :: Backend, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Whiteboard: [rtm++]r=sspitzer,sr=mscott)
Attachments
(1 file)
|
294 bytes,
patch
|
Details | Diff | Splinter Review |
I shift deleted a msg in my pop inbox. After that, I couldn't load any messages
in my inbox.
| Assignee | ||
Comment 1•25 years ago
|
||
If this is reproducible, we should consider fixing it.
Keywords: rtm
| Assignee | ||
Comment 2•25 years ago
|
||
| Assignee | ||
Comment 3•25 years ago
|
||
OK, I've attached the fix. The problem was that in the shift delete case, we
weren't sending a notification to the front end that the delete/move had
finished (which it does immediately). For some reason, I changed the check that
fails here (if (!ismove) to if (ismove)) a couple months ago. I think I should
have left it alone. I've tried various combinations of shift delete, normal
delete, drag drop moves (which was the bug I was trying to fix in the first
place), etc, and they all seem to work.
Component: Mail Window Front End → Mail Back End
| Assignee | ||
Comment 4•25 years ago
|
||
I think at the time I introduced this bug, I was trying to fix cross-imap server
move/copy (though I can't say for sure). Anyway, I tried that, and it still
works as well, not that this routine should be involved at all during cross-imap
server moves.
Comment 5•25 years ago
|
||
marking [rtm need info] so you can go to [rtm+] once the reviews are in.
Could this bug have caused my problems where the thread pane never updates after
I shift-delete a bunch of messages? (I have another bug on that against trees.)
Whiteboard: [rtm need info]
| Assignee | ||
Comment 6•25 years ago
|
||
only if the folders you saw this bug in were local folders, and you did a
shift-delete in them. This bug only affects local folders.
Comment 7•25 years ago
|
||
sr=mscott
| Assignee | ||
Comment 8•25 years ago
|
||
great, thanks, so if I can just get an r= from jeff or someone...
To test, you should try the following and make sure the right things happen,
including the subsequent message getting loaded after the delete/move (if
appropriate), and that you're still able to select other messages in the source
folder. (the code change shouldn't affect all of these, especially when the
source folder is an imap folder, but just to be on the safe side...)
1. Delete a msg in a local folder
2. shift delete a msg in a local folder
3. move a local msg to another local folder (with msg menu and drag+drop).
4. move a local msg to an imap folder (with msg menu and drag+drop)
5. copy a local msg to another local folder(with msg menu and drag+drop)
6. move an imap msg across servers
Assignee: putterman → bienvenu
Comment 9•25 years ago
|
||
r=sspitzer
cc'ing alecf for the sr, since I see he is online.
| Assignee | ||
Comment 10•25 years ago
|
||
got an sr from mscott. just need a + and then a ++ from pdt.
Status: NEW → ASSIGNED
Whiteboard: [rtm need info] → [rtm need info]r=sspitzer,sr=mscott
| Assignee | ||
Comment 11•25 years ago
|
||
changing priority - don't want to get missed by potential queries.
Priority: P3 → P1
Comment 12•25 years ago
|
||
based on selmer's comment, "marking [rtm need info] so you can go to [rtm+] once
the reviews are in."
marking rtm+.
Whiteboard: [rtm need info]r=sspitzer,sr=mscott → [rtm+]r=sspitzer,sr=mscott
Comment 13•25 years ago
|
||
This bug is in candidate limbo. We will reconsider this fix once we have a
candidate in hand, but we can't take this fix before then.
Please go ahead and check this into the trunk asap. Anticipate that we'll
probably mark this double plus on Monday, as we land a slew of limbo bugs.
| Assignee | ||
Comment 14•25 years ago
|
||
fix checked into trunk.
Comment 15•25 years ago
|
||
PDT marking [rtm++]. This bug is now out of limbo and approved for checkin to
the branch. Please check in ASAP.
Whiteboard: [rtm+]r=sspitzer,sr=mscott → [rtm++]r=sspitzer,sr=mscott
| Assignee | ||
Comment 16•25 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 17•25 years ago
|
||
Verified fixed on branch.
Updated•25 years ago
|
QA Contact: esther → sheelar
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•