From e35236458ae7c603eafb2be81b24c50e4953d166 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 12 Feb 2026 22:00:46 -0500 Subject: oops wrong word --- config.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.inc.php.dist') 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) -- cgit v1.2.3