summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.dist b/config.inc.php.dist
index f8e559f..18ab861 100644
--- a/config.inc.php.dist
+++ b/config.inc.php.dist
@@ -73,7 +73,7 @@ $config['inbox_settings_update_forwarder_query'] = 'UPDATE forwarders SET fwd_ad
// (in case the username is an email address)
$config['inbox_settings_stored_addresses_query'] = 'SELECT username, store FROM users WHERE username = %u';
-// The SQL query used to update a user's forwarding setting for an address.
+// The SQL query used to update a user's storage setting for an address.
// Supported replacement variables:
// %h - user's IMAP hostname
// %u - the username (from the session info)