Merge pull request #3330 from medmunds/feature/notify-smtp

Implement smtp notify hook
This commit is contained in:
neil
2021-02-19 09:20:24 +08:00
committed by GitHub
2 changed files with 400 additions and 9 deletions

View File

@@ -2283,6 +2283,13 @@ _clearaccountconf() {
_clear_conf "$ACCOUNT_CONF_PATH" "$1"
}
#key
_clearaccountconf_mutable() {
_clearaccountconf "SAVED_$1"
#remove later
_clearaccountconf "$1"
}
#_savecaconf key value
_savecaconf() {
_save_conf "$CA_CONF" "$1" "$2"