diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml')
-rw-r--r-- | comm/mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml | 17 |
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');"/> |