X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=options.c;h=a4ab1008311312e32664c6ebe68834ab6786a9b5;hb=64af20bd7059ff7f66fbc5ce22617340bda578d2;hp=6f73d788b1cbc79e8d51955dc5b83c1a1cc2db85;hpb=12a57d9405d7910566d5ff888d743d29b0716554;p=pkg%2Fabook.git diff --git a/options.c b/options.c index 6f73d78..a4ab100 100644 --- a/options.c +++ b/options.c @@ -2,7 +2,7 @@ /* * $Id$ * - * by JH + * by JH * * Copyright (C) Jaakko Heinonen */ @@ -10,7 +10,6 @@ #include #include #include -#include #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"); }