X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=abookrc.5;h=eaedf7d50f8b6fdc61b25e27ff0347a871ec7533;hb=d3c55f5a5fcd740475ae9a3195986b455465be69;hp=5a58f19695a8f809e869f747de25fcc7cf7b6cd2;hpb=472a52101647ae5bc4cd4fdd4b2b2d06142feaa0;p=pkg%2Fabook.git diff --git a/abookrc.5 b/abookrc.5 index 5a58f19..eaedf7d 100644 --- 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,10 @@ 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). + .SH SAMPLE CONFIGURATION FILE .nf @@ -121,13 +121,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 +144,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 +156,9 @@ 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 + .fi .SH SEE ALSO