summaryrefslogtreecommitdiffstats
path: root/comm/mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml')
-rw-r--r--comm/mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml17
1 files changed, 17 insertions, 0 deletions
diff --git a/comm/mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml b/comm/mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml
new file mode 100644
index 0000000000..060752b497
--- /dev/null
+++ b/comm/mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml
@@ -0,0 +1,17 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+ <menuseparator id="openpgpCtxItemsSeparator"/>
+ <menuitem id="enigmail_ctxImportKey"
+ data-l10n-id="openpgp-ctx-import-key"
+ oncommand="Enigmail.msg.handleAttachmentSel('importKey');"/>
+ <menuitem id="enigmail_ctxDecryptOpen"
+ data-l10n-id="openpgp-ctx-decrypt-open"
+ oncommand="Enigmail.msg.handleAttachmentSel('openAttachment');"/>
+ <menuitem id="enigmail_ctxDecryptSave"
+ data-l10n-id="openpgp-ctx-decrypt-save"
+ oncommand="Enigmail.msg.handleAttachmentSel('saveAttachment');"/>
+ <menuitem id="enigmail_ctxVerifyAtt"
+ data-l10n-id="openpgp-ctx-verify-att"
+ oncommand="Enigmail.msg.handleAttachmentSel('verifySig');"/>