X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famfeatures.c;h=085c8ea2a280784e97db1819c653c7deaaee9160;hb=b221e8dc16f345f8c8d7df8df71f4d36daaabb4c;hp=c7b80503e7ba4a89406e64bc39c4217dd78a5e92;hpb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;p=debian%2Famanda diff --git a/common-src/amfeatures.c b/common-src/amfeatures.c index c7b8050..085c8ea 100644 --- a/common-src/amfeatures.c +++ b/common-src/amfeatures.c @@ -162,6 +162,9 @@ am_init_feature_set(void) am_add_feature(f, fe_amidxtaped_abort); am_add_feature(f, fe_amrecover_correct_disk_quoting); am_add_feature(f, fe_amindexd_quote_label); + am_add_feature(f, fe_amrecover_receive_unfiltered); + am_add_feature(f, fe_application_client_name); + am_add_feature(f, fe_script_client_name); } return f; }