# This is an example configuration file for pi-address
# (lines beginning with a hashmark are comment lines)
#
# Copy the systemwide configuration file as "pi-address.conf" to "/etc"
# Copy as ".pi-addressrc" in your home directory
#
# As of version 0.1.5 there are the following configurable options: 
#
# - PrintingFormat
# - PrintingPointSize
# - PrintingFontName
# - PrintTo
# - PrintFileName
# - HelpApplication
# - DefaultDB
# - ShowNote
#
#
# Variables for printing
#
# The valid entries and their meaning (whitespace is ignored):
#
# %l   = Last name
# %f   = First name
# %i   = Title
# %o   = Company
# %p1  = Phone entry #1
# %p2  = Phone entry #2
# %p3  = Phone entry #3
# %p4  = Phone entry #4
# %p5  = Phone entry #5
# %a   = Address
# %z   = ZIP code
# %t   = Town
# %s   = State
# %n   = Country
# %c1  = Custom field #1
# %c2  = Custom field #2
# %c3  = Custom field #3
# %c4  = Custom field #4
# 
# Each field can be preceded by a "width field", which specifies the max
# no. of characters to print for this field (e.g. %20l).
#
# Default value for printing
PrintingFormat = %20l %20f %20p1 %20p2 %20p3 %20c1
#
# Default value for printing pointsize
PrintingPointSize = 8
#
#
# Printing fontname
#
# - Helvetica
# - Times
# - Courier
#
# Default value for printing fontname
PrintingFontName = Helvetica
#
# Default print destination. Valid entries: "File" or "Printer"
PrintTo = Printer
#
# Default print filename if printing to a file
PrintFileName = pi-address.ps
#
#
# Help File Values
#
# Application for displaying online FAQ 
#
# Default:
HelpApplication = xterm -e lynx /usr/share/doc/pi-address/pia-faq.html
#
# Example for using netscape as HelpApplication:
# An instance of netscape has to be already run!
# HelpApplication = netscape -remote 'openURL(file:/usr/share/doc/pi-address/pia-faq.html)'
#
#
# Example for specifying a default database
#DefaultDB = /path/to/AddressDB.pdb
#
# Show "Note" in main window
ShowNote = No
#
# Device name
DeviceName = /dev/pilot
#
# Font used for listing of all records (left window)
# ListFont = fixed
#
# Font used for display of a single record (right window)
# RecordFont = Helvetica
#
# Font used for edit dialog
# EditFont = fixed
