]> git.deb.at Git - pkg/abook.git/blobdiff - options.c
use_ascii_only configuration option
[pkg/abook.git] / options.c
index 477606755078c82c40fbfa586dd10e9574e81710..31d5eaaa9bdd33f00976297dacfeca90b12a582f 100644 (file)
--- 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", "true");
 }