]> git.deb.at Git - pkg/abook.git/blobdiff - options.c
Fixed snprintf related bugs
[pkg/abook.git] / options.c
index 6f73d788b1cbc79e8d51955dc5b83c1a1cc2db85..408de43c4b6eb4420c2089545b21f6ed5b33115a 100644 (file)
--- a/options.c
+++ b/options.c
@@ -10,7 +10,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <unistd.h>
 #include "abook_curses.h"
 #include "abook.h"
 #include "options.h"
@@ -89,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()
 {
@@ -162,4 +152,6 @@ default_options()
        options_add_key("www_command", "lynx");
 
        options_add_key("address_style", "eu");
+
+       options_add_key("use_ascii_only", "false");
 }