]> git.deb.at Git - pkg/abook.git/blobdiff - options.c
Don't handle extra_column/extra_alternative as numbers in abookrc
[pkg/abook.git] / options.c
index 31d5eaaa9bdd33f00976297dacfeca90b12a582f..a4ab1008311312e32664c6ebe68834ab6786a9b5 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * by JH <jheinonen@bigfoot.com>
+ * by JH <jheinonen@users.sourceforge.net>
  *
  * Copyright (C) Jaakko Heinonen
  */
@@ -153,5 +153,5 @@ default_options()
 
        options_add_key("address_style", "eu");
 
-       options_add_key("use_ascii_only", "true");
+       options_add_key("use_ascii_only", "false");
 }