summaryrefslogtreecommitdiff
path: root/inbox_settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'inbox_settings.php')
-rw-r--r--inbox_settings.php3
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() {