X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=options.c;h=a4ab1008311312e32664c6ebe68834ab6786a9b5;hb=2f1c42673b37d0545b37ae63506f49eade90d02e;hp=f9a1144a2f478f0e219c4a3ff17aab1b8e6daacf;hpb=0d3c17d9ab127e5596c8fb97d65122b3b90f6b11;p=pkg%2Fabook.git diff --git a/options.c b/options.c index f9a1144..a4ab100 100644 --- a/options.c +++ b/options.c @@ -1,7 +1,8 @@ /* - * options.c - * by JH + * $Id$ + * + * by JH * * Copyright (C) Jaakko Heinonen */ @@ -9,7 +10,6 @@ #include #include #include -#include #include "abook_curses.h" #include "abook.h" #include "options.h" @@ -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"); }