mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
#89 Improved public/private key handling
This commit is contained in:
parent
0560e22674
commit
f8cbd5d129
9 changed files with 160 additions and 109 deletions
|
|
@ -13,7 +13,8 @@ import { Settings } from 'Common/Globals';
|
|||
|
||||
export class OpenPgpUserSettings /*extends AbstractViewSettings*/ {
|
||||
constructor() {
|
||||
this.gnupgkeys = PgpUserStore.gnupgKeys;
|
||||
this.gnupgPublicKeys = PgpUserStore.gnupgPublicKeys;
|
||||
this.gnupgPrivateKeys = PgpUserStore.gnupgPrivateKeys;
|
||||
|
||||
this.openpgpkeysPublic = PgpUserStore.openpgpPublicKeys;
|
||||
this.openpgpkeysPrivate = PgpUserStore.openpgpPrivateKeys;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue