X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famfeatures.c;h=085c8ea2a280784e97db1819c653c7deaaee9160;hb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;hp=c7b80503e7ba4a89406e64bc39c4217dd78a5e92;hpb=011a59f5a54864108a16af570a6b287410597cc2;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; }