From c709a074a95eb48055acf5f49295806d95d0c747 Mon Sep 17 00:00:00 2001 From: Cedric Duval Date: Mon, 4 Sep 2006 18:41:58 +0000 Subject: [PATCH] Obsoleted the emailpos, extra_column, extra_alternative and extrapos configuration options. --- options.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/options.c b/options.c index 66a982b..28aaf7c 100644 --- a/options.c +++ b/options.c @@ -50,10 +50,6 @@ static struct option abook_vars[] = { { "autosave", OT_BOOL, BOOL_AUTOSAVE, TRUE }, { "show_all_emails", OT_BOOL, BOOL_SHOW_ALL_EMAILS, TRUE }, - { "emailpos", OT_INT, INT_EMAILPOS, 25 }, - { "extra_column", OT_STR, STR_EXTRA_COLUMN, UL "phone" }, - { "extra_alternative", OT_STR, STR_EXTRA_ALTERNATIVE, UL "-1" }, - { "extrapos", OT_INT, INT_EXTRAPOS, 65 }, { "index_format", OT_STR, STR_INDEX_FORMAT, UL " {name:22} {email:40} {phone:12|workphone|mobile}" }, { "mutt_command", OT_STR, STR_MUTT_COMMAND, UL "mutt" }, { "mutt_return_all_emails", OT_BOOL, BOOL_MUTT_RETURN_ALL_EMAILS, -- 2.39.2