X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=options.c;h=408de43c4b6eb4420c2089545b21f6ed5b33115a;hb=7d53083353eb69d7c7c7c8ffc3fdeb4e9ff4551e;hp=477606755078c82c40fbfa586dd10e9574e81710;hpb=3bedb1428115f85dfb75622a0279d67ec3aecdcc;p=pkg%2Fabook.git diff --git a/options.c b/options.c index 4776067..408de43 100644 --- a/options.c +++ b/options.c @@ -88,15 +88,6 @@ close_config() conff_free_nodes(abook_config); } -void -edit_options() -{ - /* - * not yet implemented - * edit your ~/.abook.conf manually - */ -} - static int rcfile_exist() { @@ -161,4 +152,6 @@ default_options() options_add_key("www_command", "lynx"); options_add_key("address_style", "eu"); + + options_add_key("use_ascii_only", "false"); }