justreportit / thunderbird

Thunderbird plugin.
GNU General Public License v3.0
26 stars 3 forks source link

Exiting the window accidentally X does not preserve a draft #51

Closed forrie closed 10 months ago

forrie commented 10 months ago

If you accidentally exit the window (X, on a Mac), the message disappears and there is no Draft stored. Would it make sense to have this create a draft and send, then delete the draft as a normal Thunderbird email would?

nicprov commented 10 months ago

@forrie This seems to be a bug with Thunderbird WebExtension API.

I just tested this myself (on mac), and if I open a compose window (using the UI), add a message and try to close it, it prompts me to save the message as a draft. However, the same is not true when a compose window is created through the WebExtension API. This seems to be an inconsistency in the application, I will submit a bug with Thunderbird.