Open Bug 644075 Opened 14 years ago Updated 2 years ago

Undo delete message doesn't work for news articles

Categories

(Thunderbird :: Mail Window Front End, defect)

x86
Windows XP
defect

Tracking

(blocking-thunderbird5.0 -)

Tracking Status
blocking-thunderbird5.0 --- -

People

(Reporter: nONoNonO, Unassigned)

References

(Depends on 1 open bug)

Details

(Keywords: dataloss)

New in Miramar 3.3a3 is the feature to delete news articles. Once deleted, it isn't possible to undo this action, as it is with (IMAP) mail messages. Please add this option too...
blocking-thunderbird5.0: --- → ?
Status: UNCONFIRMED → NEW
Ever confirmed: true
The code I had copied in implementing delete was actually the local folders code, in the non-move-to-trash mode, which, incidentally, also doesn't implement undo of delete.
Unlike IMAP, all of our state is stored fully locally, so we really lose it when we delete it (IMAP lets the server hold on to it for a bit longer). We could probably keep the state around in the undo manager, but I shudder to think what would happen if you have offline bodies that we need to keep around...
Would disabling the menu item make sense then ?
See bug 132121: it would be essentially the same code to undo shift-delete as it would be to undo news delete, even if they aren't physically in the same location.
Depends on: 132121
Keywords: dataloss
Depends on: 651848
Not blocking 3.3 on this bug, because we're blocking it on bug 651848 which will disable the delete option until we get a fix for this bug.
blocking-thunderbird5.0: ? → -
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.