[MailNews] Allow shift-clicking on Edit As New to edit a message as plaintext.

Ref: BZ 731688
This commit is contained in:
Jeremy Andrews 2022-06-01 19:32:33 -05:00 • committed by roytam1
commit 6182744d96
4 changed files with 115 additions and 29 deletions

View file

@ -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.