diff options
| author | Carson Fleming <[email protected]> | 2024-11-24 22:53:32 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-11-24 22:53:32 -0800 |
| commit | a46266049550491849a309357270cf9aa113ee54 (patch) | |
| tree | 8cb133a4df6fadbb35481a83a4f21f689d11f958 /config.inc.php.dist | |
| parent | 1c334f7d6760f978df20ed3ff405cfa7dfaf9efd (diff) | |
| download | rc-inbox-settings-a46266049550491849a309357270cf9aa113ee54.tar.gz | |
rendering works, updating not implemented
Diffstat (limited to 'config.inc.php.dist')
| -rw-r--r-- | config.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.inc.php.dist b/config.inc.php.dist index 7e5f055..b65d30d 100644 --- a/config.inc.php.dist +++ b/config.inc.php.dist @@ -35,7 +35,7 @@ $config['inbox_settings_encryption_enabled_query'] = 'SELECT encrypt FROM users // %d - the domain part of the username // (in case the username is an email address) // %e - whether the inbox should be encrypted (boolean) -$config['inbox_settings_encryption_enabled_query'] = 'UPDATE users SET encrypt = ? WHERE username = %u'; +$config['inbox_settings_update_encryption_query'] = 'UPDATE users SET encrypt = ? WHERE username = %u'; // The SQL query used to select a user's forwarding addresses. // Supported replacement variables: @@ -61,5 +61,5 @@ $config['inbox_settings_forwarding_addresses_query'] = 'SELECT addr, fwd_addr, a // %fd - the domain part of the forwarding address // %sf - whether forwarding is set for this address (boolean) // %sa - the new forwarding address (string) -$config['inbox_settings_forwarding_update_query'] = 'UPDATE forwarders SET fwd_addr = %sf, active = %sa WHERE addr = %fa'; +$config['inbox_settings_update_forwarder_query'] = 'UPDATE forwarders SET fwd_addr = %sf, active = %sa WHERE addr = %fa'; ?> |
