]> git.deb.at Git - pkg/abook.git/blobdiff - filter.c
custom output format (3/4): added the --outformatstr option
[pkg/abook.git] / filter.c
index a58868c5f8835352204a167cc4393dad7b2cc849..4f20f0060465d29996833c413511b13f3c9849a6 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -100,11 +100,13 @@ struct abook_output_filter e_filters[] = {
        { "wl", N_("Wanderlust address book"), wl_export_database },
        { "spruce", N_("Spruce address book"), spruce_export_database },
        { "bsdcal", N_("BSD calendar"), bsdcal_export_database },
+       { "custom", N_("Custom format"), custom_export_database },
        { "\0", NULL, NULL }
 };
 
 struct abook_output_item_filter u_filters[] = {
        { "muttq", N_("mutt alias"), muttq_print_item },
+       { "custom", N_("Custom format"), custom_print_item },
        { "\0", NULL }
 };