Closed Bug 1758401 Opened 3 years ago Closed 2 years ago

message/folder move/copy should have an undo

Categories

(Thunderbird :: Add-Ons: Extensions API, defect)

Thunderbird 91
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1671042

People

(Reporter: buecher, Unassigned)

Details

the legacy function that is called by gDBView.doCommandWithFolder(Components.interfaces.nsMsgViewCommandType.moveMessages, folder);

hands over a window to the copyservice. That version can undo.

The webextension version sets this window parameter to null. It cannot undo.

Allow to optionally hand over a window id to enable undo operation for webextensions.

I assume the same applies to folder move/copy.

I marked this a defect because we do not do what legacy code does.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.