* add custom notification targets config interface
[citadel.git] / webcit / inetconf.c
index 5882bb5bb5f088bbcd3580e82fae586099edbb6c..40966f24eb6284183f5f0c0bfe048d5c3b320123 100644 (file)
@@ -16,6 +16,7 @@ typedef enum _e_cfg {
        ic_spamass,
        ic_masq,
        ic_clamav,
+       ic_notify,
        ic_max
 } ECfg;
 
@@ -33,7 +34,8 @@ ConstStrBuf CfgNames[] = {
        { HKEY("rbl") },
        { HKEY("spamassassin") },
        { HKEY("masqdomain") },
-       { HKEY("clamav") }
+       { HKEY("clamav") },
+       { HKEY("notify") }
 };