diff options
| author | Carson Fleming <[email protected]> | 2025-01-02 01:41:12 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2025-01-02 01:41:12 -0800 |
| commit | 3848aabf242d15dec267d6f783dd01476963b1c3 (patch) | |
| tree | 7f7e28734247be72add599e685a9aef980855900 /inbox_settings.php | |
| parent | cbdfa29d284a2402ef814d71b988e3afe02d8878 (diff) | |
| download | rc-inbox-settings-3848aabf242d15dec267d6f783dd01476963b1c3.tar.gz | |
potential low-hanging fruit
Diffstat (limited to 'inbox_settings.php')
| -rw-r--r-- | inbox_settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inbox_settings.php b/inbox_settings.php index eb096d8..aa8e8a2 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -162,6 +162,7 @@ class inbox_settings extends rcube_plugin { $attrib['id'] = 'rcpgpkeyslist'; // info the js needs access to + $this->rcmail->output->set_env('userIDs', $this->rcmail->user->list_emails()); $this->rcmail->output->add_gui_object('keyslist', $attrib['id']); $this->rcmail->output->add_label( 'inbox_settings.generating_key', |
