diff options
author | Christian Hesse <mail@eworm.de> | 2021-04-29 16:26:31 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-04-29 22:37:36 +0200 |
commit | d2560db5c96b5e2679178fd4f6595af89cab0801 (patch) | |
tree | 0b15c70107c7c68c5789d3cdc5f251867be68bba /global-config-overlay | |
parent | 529cefffafca2dedd93f48303db73805d965431f (diff) |
email-backup: use $SendEMail2change-49
This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings
overwrite if required:
:global EmailGeneralToOverride {
"email-backup"="backup@example.com";
}
Diffstat (limited to 'global-config-overlay')
-rw-r--r-- | global-config-overlay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config-overlay b/global-config-overlay index 316fde5..7057765 100644 --- a/global-config-overlay +++ b/global-config-overlay @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! # Comment or remove to disable news and change notifications. -:global GlobalConfigVersion 48; +:global GlobalConfigVersion 49; # Copy configuration from global-config here and modify it. |