From 89d99387f7b72b5f629266c61c733974014cfdea Mon Sep 17 00:00:00 2001 From: Sukhbir Singh Date: Sat, 13 Jan 2018 00:44:14 -0500 Subject: [feat] Display encryption status when viewing a message Display a notification bar in the message pane if the message was encrypted for messages in the "Inbox" folder. For messages in the "Sent" folder, we have placeholder code for displaying the message state and for adding custom headers if required. However, we need to understand how to handle the case for multiple recipients with different encryption states since it's possible to send encrypted messages to recipients with known keys but the same message will be send unencrypted to recipients whose keys are not known. In such a case we can display the message status per-recipient. --- chrome/locale/en-US/bitmaskMessengerOverlay.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/locale/en-US/bitmaskMessengerOverlay.properties') diff --git a/chrome/locale/en-US/bitmaskMessengerOverlay.properties b/chrome/locale/en-US/bitmaskMessengerOverlay.properties index eaf9434..59a95a3 100644 --- a/chrome/locale/en-US/bitmaskMessengerOverlay.properties +++ b/chrome/locale/en-US/bitmaskMessengerOverlay.properties @@ -1,2 +1,4 @@ bitmaskStatusOn=bitmask is %S bitmaskStatusOff=bitmask is not running + +bitmaskMsgEncrypted=Bitmask Encrypted Message -- cgit v1.2.3