]> git.deb.at Git - pkg/abook.git/blobdiff - abookrc.5
add show_cursor config option
[pkg/abook.git] / abookrc.5
index 5a58f19695a8f809e869f747de25fcc7cf7b6cd2..0602c98eaf8b8e47991c4d8c4591c1f349f3da35 100644 (file)
--- a/abookrc.5
+++ b/abookrc.5
@@ -43,9 +43,9 @@ Defines the screen column on the main list where the email address is to begin.
 
 .TP
 \fBextra_column\fP=field
-Defines the variable to display in the extra (third) column on the main list. Default is "phone" (Home Phone).
+Defines the field to display in the extra (third) column on the main list. Default is "phone" (Home Phone).
 .br
-The following strings are used to represent commonly used \fIfield\fPs:
+\fIfield\fP can be any of the following:
 .br
 -1                     disabled
 .br
@@ -57,7 +57,7 @@ fax                   Fax
 .br
 mobile         Mobile Phone
 .br
-nick                   Nick / Alias
+nick                   Nickname/Alias
 .br
 url                    URL
 .br
@@ -83,10 +83,6 @@ Defines whether to return all email addresses matching the search criteria to a
 \fBprint_command\fP=command
 Defines the command to used when printing the addressbook. Default is "lpr".
 
-.TP
-\fBfilesel_sort\fP=[true|false]
-Defines whether to sort the files in the fileselector in alphabetical order. Default is false.
-
 .TP
 \fBwww_command\fP=command
 Defines the command used to start the web browser to view a contact's URL. Default is "lynx".
@@ -103,6 +99,14 @@ This option allows you to force Abook use only ASCII characters. This option is
 \fBadd_email_prevent_duplicates\fP=[true|false]
 Defines whether to avoid adding addresses already in data. Default is false.
 
+.TP
+\fBsort_field\fP=field
+Defines the field to be used by the "sort by field" command. Default is "nick" (Nickname/Alias).
+
+.TP
+\fBshow_cursor\fP=[true|false]
+Defines if the cursor is visible in main display. Default is false.
+
 .SH SAMPLE CONFIGURATION FILE
 
 .nf
@@ -121,13 +125,13 @@ set emailpos=25
 # Field to be used in the extra column
 set extra_column=phone
 # frequently used values:
-#      -1              disabled
-#      phone           Home Phone
-#      workphone       Work Phone
-#      fax             Fax
-#      mobile          Mobile Phone
-#      nick            Nick / Alias
-#      url             URL
+#      -1          disabled
+#      phone       Home Phone
+#      workphone   Work Phone
+#      fax         Fax
+#      mobile      Mobile Phone
+#      nick        Nickname/Alias
+#      url         URL
 
 #
 set extra_alternative=-1
@@ -144,9 +148,6 @@ set mutt_return_all_emails=true
 # Command used to print
 set print_command=lpr
 
-# Sort files in fileselector (alphabetic order)
-set filesel_sort=false
-
 # Command used to start the web browser
 set www_command=lynx
 
@@ -159,6 +160,12 @@ set use_ascii_only=false
 # Prevent double entry
 set add_email_prevent_duplicates=false
 
+# field to be used with "sort by field" command
+set sort_field=nick
+
+# show cursor in main display
+set show_cursor=false
+
 .fi
 
 .SH SEE ALSO