]> git.deb.at Git - pkg/abook.git/commitdiff
0.4.15
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Sun, 4 Nov 2001 12:21:05 +0000 (12:21 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Sun, 4 Nov 2001 12:21:05 +0000 (12:21 +0000)
abookrc.5
configure.in

index 071c7c9cd9d1aa0ad24ff398067f78e0bfd42294..7421616252802165a02855ae2b0a549707f69fdc 100644 (file)
--- 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
index f1bb8d635e9f2b79ed85bb87d381d9fb96a4415f..c59165f50cf4566138483cdef909e8e19385293f 100644 (file)
@@ -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