summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2026-02-12 22:00:46 -0500
committerCarson Fleming <[email protected]>2026-02-12 22:00:46 -0500
commite35236458ae7c603eafb2be81b24c50e4953d166 (patch)
treef102e876493a20f73086c0568136f564e7c867a3
parent73d87c23b9bfa893560f93a677e20e1a47974e0c (diff)
downloadrc-inbox-settings-e35236458ae7c603eafb2be81b24c50e4953d166.tar.gz
oops wrong word
-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)