X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=options.c;h=a4ab1008311312e32664c6ebe68834ab6786a9b5;hb=d4cd6aada86c2d1c3e046b91a271184e659716fa;hp=477606755078c82c40fbfa586dd10e9574e81710;hpb=3bedb1428115f85dfb75622a0279d67ec3aecdcc;p=pkg%2Fabook.git diff --git a/options.c b/options.c index 4776067..a4ab100 100644 --- a/options.c +++ b/options.c @@ -2,7 +2,7 @@ /* * $Id$ * - * by JH + * by JH * * Copyright (C) Jaakko Heinonen */ @@ -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"); }