From d8dcc0c24963421f39a6c5b80d456a80fee1ccd9 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Sun, 4 Nov 2001 12:21:05 +0000 Subject: [PATCH] 0.4.15 --- abookrc.5 | 32 ++++++++++++++++---------------- configure.in | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/abookrc.5 b/abookrc.5 index 071c7c9..7421616 100644 --- a/abookrc.5 +++ b/abookrc.5 @@ -46,21 +46,21 @@ Defines the variable to display in the extra (third) column on the main list. De .br The following numbers are used to represent commonly used \fIfield\fPs: .br --1 = disabled +-1 disabled .br - 7 = Home Phone +phone Home Phone .br - 8 = Work Phone +workphone Work Phone .br - 9 = Fax +fax Fax .br -10 = Mobile Phone +mobile Mobile Phone .br -11 = Nick / Alias +nick Nick / Alias .br -12 = URL +url URL .br -13 = Notes +notes Notes .TP \fBextra_alternative\fP=field @@ -114,15 +114,15 @@ show_all_emails=true emailpos=25 # Field to be used in the extra column -extra_column=7 +extra_column=phone # frequently used values: -# -1 = disabled -# 7 = Home Phone -# 8 = Work Phone -# 9 = Fax -# 10 = Mobile Phone -# 11 = Nick / Alias -# 12 = URL +# -1 disabled +# phone Home Phone +# workphone Work Phone +# fax Fax +# mobile Mobile Phone +# nick Nick / Alias +# url URL # extra_alternative=-1 diff --git a/configure.in b/configure.in index f1bb8d6..c59165f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 0.4.15pre2) +AM_INIT_AUTOMAKE(abook, 0.4.15) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST -- 2.39.2