summaryrefslogtreecommitdiff
path: root/chrome.manifest
diff options
context:
space:
mode:
authorSukhbir Singh <sukhbir@torproject.org>2017-12-26 12:11:53 -0500
committerSukhbir Singh <sukhbir@torproject.org>2017-12-26 22:06:42 -0500
commit3084a2f99dafa173f3d0ee4128e0a43d6ba62b3c (patch)
tree9529f8fa64b165633f4c095f1ed5030a148d4b4d /chrome.manifest
parent72468d21084a80420b299d94a6afdd66c2d141e6 (diff)
[feat] Display encryption status of email addresses in compose window
When composing an email, display the encryption status for each address. If the public key for a given address is found, show the "lock" sign (encrypted) in front of it otherwise show the "unlocked" sign (unencrypted). This status is fetched using the keymanager.
Diffstat (limited to 'chrome.manifest')
-rw-r--r--chrome.manifest1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome.manifest b/chrome.manifest
index 98d7b4b..bbbcc10 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -4,3 +4,4 @@ locale bitmask en-US chrome/locale/en-US/
overlay chrome://messenger/content/messenger.xul chrome://bitmask/content/accountWizard/bitmaskMessengerOverlay.xul
overlay chrome://messenger/content/AccountManager.xul chrome://bitmask/content/accountWizard/bitmaskAccountManagerOverlay.xul
overlay chrome://messenger/content/am-offline.xul chrome://bitmask/content/preventCaching/bitmaskAmOfflineOverlay.xul
+overlay chrome://messenger/content/messengercompose/messengercompose.xul chrome://bitmask/content/messengercompose.xul