Closed
Bug 1641575
Opened 5 years ago
Closed 5 years ago
Compose scripts: allow access to subject
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: tdulcet, Unassigned)
Details
The compose scripts API currently only works for the message body, not the subject. I am working updating a Firefox emoji picker/autocorrect web extension to support Thunderbird and need to be able to make changes to the subject in the same manner as the message body.
Comment 1•5 years ago
|
||
There are other methods for doing this, namely compose.setComposeDetails and getComposeDetails.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 2•5 years ago
|
||
I need to be able to run keydown
and keyup
event listeners on the subject to do the autocorrections and to use document.execCommand()
to insert emojis at the carrot, as I can in the message body.
You need to log in
before you can comment on or make changes to this bug.
Description
•