X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=sample.abookrc;h=3dac32c5abc1fbb3c76f9becc2ecfb8b8e819f90;hb=refs%2Fheads%2Fdh;hp=315192d13dbc3db7678394b10e8caa80ae10a42c;hpb=c0b0c6c7a0971525558239e544212589fbbac58b;p=pkg%2Fabook.git diff --git a/sample.abookrc b/sample.abookrc index 315192d..3dac32c 100644 --- a/sample.abookrc +++ b/sample.abookrc @@ -19,12 +19,12 @@ # # syntax: field = [ , ] # -# with being one of 'string' (default), 'emails', 'list', or 'day' +# with being one of 'string' (default), 'emails', 'list', or 'date' # # Example of field definitions: field pager = Pager field address_lines = Address, list -field birthday = Birthday, day +field birthday = Birthday, date # Defining a view/tab @@ -73,27 +73,14 @@ set preserve_fields=standard # Show all email addresses in list set show_all_emails=true -# Screen column for email field to start -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 - -# Specify an alternative field to be displayed in the extra -# column if there is no data for the field specified in -# extra_column for a particular item. -set extra_alternative=-1 - -# Screen column for the extra field to start -set extrapos=65 +# Format of an entry's line in the main abook screen +# +# The below example displays: +# * the content of the 'name' field (with a maximum of 22 characters) +# * the first of the 'phone', 'workphone' or 'mobile' fields +# happening not to be empty (right aligned within 12 characters) +# * the 'anniversary' field, with no length limit +set index_format=" {name:25} {phone:-12|workphone|mobile} {anniversary}" # Command used to start mutt set mutt_command=mutt