diff options
| author | Carson Fleming <[email protected]> | 2025-01-02 01:06:13 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2025-01-02 01:06:13 -0800 |
| commit | cbdfa29d284a2402ef814d71b988e3afe02d8878 (patch) | |
| tree | 42406ff111a1cfe3f638e169d906a39b04a55061 /inbox_settings.php | |
| parent | 387e6f45dd081f927ddb3c8028bda54a17a9fe2e (diff) | |
| download | rc-inbox-settings-cbdfa29d284a2402ef814d71b988e3afe02d8878.tar.gz | |
add client-side key generation
Diffstat (limited to 'inbox_settings.php')
| -rw-r--r-- | inbox_settings.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/inbox_settings.php b/inbox_settings.php index 1a6bfdb..eb096d8 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -164,9 +164,13 @@ class inbox_settings extends rcube_plugin { // info the js needs access to $this->rcmail->output->add_gui_object('keyslist', $attrib['id']); $this->rcmail->output->add_label( - 'inbox_settings.confirm_delete_key', 'inbox_settings.deleting_key'); - // the js in question + 'inbox_settings.generating_key', + 'inbox_settings.importing_key', + 'inbox_settings.confirm_delete_key', + 'inbox_settings.deleting_key'); + $this->rcmail->output->include_script('list.js'); + $this->include_script('openpgp.min.js'); $this->include_script('keys.js'); $data = self::label_assoc_2d($this->run_query('keys', [], true)); |
