# This is an example configuration file for pi-address
# (lines beginning with a hashmark are comment lines)
#
# Copy the systemwide configuration file as "pi-addressrc" to "/etc"
# Copy as ".pi-addressrc" in your home directory
#
# As of version 0.4.0 there are the following configurable options: 
#
# - PrintingFormat
# - PrintingPointSize
# - PrintingFontName
# - PrintTo
# - PrintFileName
# - HelpApplication
# - DefaultDB
# - DeviceName
# - ListFont
# - EditFont
# - RecordFont
# - DisablePilotFunctions
# - PilotManagerAppInfo
# - CheckDevice
# - LDIFtelephonenumber
# - LDIFhomephone
# - LDIFfacsimiletelephonenumber
# - LDIFmail
# - LDIFpagerphone
# - LDIFcellphone
# - UserApplication1
# - ApplicationName1
# - ConfirmOperations
# - NoQuotedPrintableVcards
#
#
# 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
# %T   = tabulator
# %N   = newline
# 
# Each field (except %T and %N) 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 = %l %f %T %p1 %N %a %T %p2 %N %z %t %T %p3
#
# 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/html/pia-faq.html
#
# Example for using netscape as HelpApplication:
# An instance of netscape has to be already run!
# HelpApplication = netscape -remote 'openURL(file:/usr/doc/pi-address/html/pia-faq.html)'
#
#
# Example for specifying a default database
#DefaultDB = /path/to/AddressDB.pdb
#
# 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
#
# Set to 1 to disable all Pilot functions (Read/Write/Purge/List)
# DisablePilotFunctions = 0
#
# Pathname to AppInfo file of PilotManager (use absolute pathname!)
# Default is default from PilotMgr
# PilotManagerAppInfo = /home/username/.pilotmgr/SyncAB/pilot.appinfo
#
# Shall we check access to the device before actually using it?
# (On some systems this causes problems and thus this can be 
#  disabled with this flag)
# Defaults to 1
# CheckDevice = 1
#
# Variables for LDIF export function:
#
# which phone label (1-5) to be used as attribute value
# (0 means not used)
#
# LDIFtelephonenumber = 1
#
# LDIFhomephone = 2
#
# LDIFfacsimiletelephonenumber = 3
#
# LDIFmail = 5
#
# LDIFpagerphone = 0
#
# LDIFcellphone = 0
#
#
# User Application variables
#
# - use it to execute any external application
# - same format as PrintingFormat
# - default: empty
#
# Examples:
# UserApplication1 = xterm -e mutt %p4
# ApplicationName1 = invoke mailer
#
# UserApplication1 = prog-to-dial-phone-no %p5
# ApplicationName1 = dial phone #
#
# Confirm all "dangerous" operations (default: TRUE)
# ConfirmOperations = 1
#
# Create vCards *not* with QUOTED-PRINTABLE property parameter 
# default: TRUE (it looks like most applications with vCard support
#                do it this way because of parsing problems otherwise)
# NoQuotedPrintableVcards = 1

