browser.compose.beginNew needs a way of specifying the identity to use
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(Not tracked)
People
(Reporter: standard8, Assigned: darktrojan)
References
Details
Attachments
(2 files)
5.38 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
26.56 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
In Conversations we offer a button that allows starting an email directly to a contact from within the message header.
If I use browser.compose.beginNew
, then I have no option to specify that it should use a particular account / identity / email address to use.
This means that any time a user opens a compose window with this method, they'll be defaulted to the default identity, even though they're on a different account.
This probably depends on some of the work in bug 1531593.
Assignee | ||
Comment 1•5 years ago
|
||
This just renames a variable because it's confusing.
Assignee | ||
Comment 2•5 years ago
|
||
This is the actual change.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b2b96ec63aff
Rename composeParams variable to details to avoid confusion. r=mkmelin
https://hg.mozilla.org/comm-central/rev/83b898e3dfb2
Allow the compose APIs to work with identities. r=mkmelin
Assignee | ||
Updated•5 years ago
|
Description
•