X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Finetconf.c;h=40966f24eb6284183f5f0c0bfe048d5c3b320123;hp=5882bb5bb5f088bbcd3580e82fae586099edbb6c;hb=9c04876f6d40ba51a047c32bf250d625250f2312;hpb=291f0e6f7015cd45affbfb97df99c9b26023a019 diff --git a/webcit/inetconf.c b/webcit/inetconf.c index 5882bb5bb..40966f24e 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -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") } };