Open
Bug 1616525
Opened 5 years ago
Updated 2 years ago
openpgp, composer, when changing "from", potentially adjust encrypt/sign settings
Categories
(MailNews Core :: Security: OpenPGP, enhancement)
MailNews Core
Security: OpenPGP
Tracking
(Not tracked)
NEW
People
(Reporter: KaiE, Unassigned)
References
(Blocks 1 open bug)
Details
User starts with an email FROM account A.
... actions in between ...
User then switches FROM to account B.
We need to define what should happen to the "encrypt" and "sign" settings for the current message, and potentially also to the "encryption technology" setting and to the "attach my public key" settings - and implement that.
Reporter | ||
Comment 1•5 years ago
|
||
Relevant variables in MsgComposeCommands.js:
var gSelectedTechnologyIsPGP = false;
var gSendSigned = false;
var gAttachMyPublicPGPKey = false;
var gSendEncrypted = false;
var gUserTouchedSendEncrypted = false;
var gUserTouchedSendSigned = false;
var gUserTouchedAttachMyPubKey = false;
Event handler for compose-from-changed.
Our work on bug 1627956 will solve this.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•