# abook configuration file # see abookrc(5) for detailed explanation # Defining a new custom field # ----------------------------- # # syntax: field = [ , ] # # with being one of 'string' (default), 'emails', 'list', or 'date' # # Example of field definitions: field address_lines = Adresse, list field firma = Firma, string field birthday = Geburtstag, date # Defining a view/tab # --------------------- # # view = [ , , ... ] # # with being the identifier of a field declared with the 'field' # command, or the identifier of a standard field. # # Standard fields: # name, email, # address, address2, city, state, zip, country, # phone, workphone, fax, mobile, # nick, url, notes, anniversary # # Note: if you don't define any view, abook will use a default display based # on the above standard fields. # # Example of views: view KONTAKT = name, nick, email, birthday, firma view ADRESSE = address_lines, zip, city, state, country view TELEFON = phone, workphone, mobile view OTHER = url, notes, set autosave=true # It must be one of 'all', 'standard' (default), or 'none'. # * 'all': preserve any completely unknown field. # * 'standard': only preserve the standard fields (see a list in the # description of the 'view' command) and the legacy # 'custom[1-5]' fields. # * 'none': discards any unknown field. set preserve_fields=standard # Show all email addresses in list set show_all_emails=false # 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}" #set index_format=" {name:35} {email:30} {phone:-18|workphone|mobile} {firma}" set index_format=" {name:35} {email:30} {firma}" # Command used to start mutt set mutt_command=mutt # Return all email addresses to a mutt query set mutt_return_all_emails=true # Command used to print set print_command=lp # Command used to start the web browser set www_command=librewolf # address style [eu|us|uk] set address_style=eu # use ASCII characters only set use_ascii_only=false set add_email_prevent_duplicates=false # field to be used with "sort by field" command set sort_field=firma # show cursor in main display set show_cursor=false