Bug 1674407 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

A call to browser.taps.create during Thunderbird start fails with an error about tabmail not being defined.

https://thunderbird.topicbox.com/groups/addons/T5e49f3ac49bed9a1-Mcfba2a4d42d7d2b36ce290d6/how-to-open-a-content-tab-at-startup

This works as expected in Firefox. The difference is, that the firefox implementation is waiting for `browser-delayed-startup-finished`.

We have something similar "mail-delayed-startup-finished" and we should use that.
A call to browser.tabs.create during Thunderbird start fails with an error about tabmail not being defined.

https://thunderbird.topicbox.com/groups/addons/T5e49f3ac49bed9a1-Mcfba2a4d42d7d2b36ce290d6/how-to-open-a-content-tab-at-startup

This works as expected in Firefox. The difference is, that the firefox implementation is waiting for `browser-delayed-startup-finished`.

We have something similar "mail-delayed-startup-finished" and we should use that.

Back to Bug 1674407 Comment 0