mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
[MailNews] Allow shift-clicking on Edit As New to edit a message as plaintext.
Ref: BZ 731688
This commit is contained in:
parent
d18524ab7e
commit
6182744d96
4 changed files with 115 additions and 29 deletions
|
|
@ -39,6 +39,12 @@ interface nsIMsgCompType {
|
|||
*/
|
||||
const long Redirect = 14;
|
||||
|
||||
/**
|
||||
* Used to compose a new message from an existing message. Links
|
||||
* are sanitized since the message could be from external sources.
|
||||
*/
|
||||
const long EditAsNew = 15;
|
||||
|
||||
/**
|
||||
* Add this value to a reply type to suppress quoting the current selection
|
||||
* which may not belong to the message being replied to.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue