diff options
| author | Carson Fleming <[email protected]> | 2024-12-31 15:51:28 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-31 15:51:28 -0800 |
| commit | a5d1487a396a3da2b6551f5ea60b4d182d2730d3 (patch) | |
| tree | da75f1bee2914eaf50b822732f64aba7b1a74fec /inbox_settings.php | |
| parent | 9ed8e94a2316d525f3aadd9c6f12c4bebdb2a1a5 (diff) | |
| download | rc-inbox-settings-a5d1487a396a3da2b6551f5ea60b4d182d2730d3.tar.gz | |
add settings saved message
Diffstat (limited to 'inbox_settings.php')
| -rw-r--r-- | inbox_settings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inbox_settings.php b/inbox_settings.php index d89cf7e..55067cf 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -79,6 +79,9 @@ class inbox_settings extends rcube_plugin { '%sa' => $fwd_addr ]); } + + $this->rcmail->output->command( + 'display_message', $this->gettext('settings_saved'), 'notice'); } function render_settings_ui() { |
