mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Rename SMime actions
This commit is contained in:
parent
9a5a5091a1
commit
55e55b7bb7
3 changed files with 5 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ export class IdentityPopupView extends AbstractViewPopup {
|
|||
|
||||
createSelfSigned() {
|
||||
let identity = this.identity();
|
||||
Remote.request('CreateSMimeCertificate', (iError, oData) => {
|
||||
Remote.request('SMimeCreateCertificate', (iError, oData) => {
|
||||
if (oData.Result.x509) {
|
||||
identity.smimeKey(oData.Result.pkey);
|
||||
identity.smimeCertificate(oData.Result.x509);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue