diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-07 16:38:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-07 16:38:40 -0500 |
commit | c1098677d4c3f93108a3a0d9dd56388f887416c8 (patch) | |
tree | 559cff6f7b314fe014ed4f2828f65ae962700149 /tdeabc/scripts/entrylist | |
parent | f8790c70f8b1ce1f143719c19131c50031fd051a (diff) | |
download | tdelibs-c1098677d4c3f93108a3a0d9dd56388f887416c8.tar.gz tdelibs-c1098677d4c3f93108a3a0d9dd56388f887416c8.zip |
Add the following patch from Bug 1499
tdelibs: add postofficebox suppot in tdeabc
Diffstat (limited to 'tdeabc/scripts/entrylist')
-rw-r--r-- | tdeabc/scripts/entrylist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdeabc/scripts/entrylist b/tdeabc/scripts/entrylist index 87c342a06..c48124162 100644 --- a/tdeabc/scripts/entrylist +++ b/tdeabc/scripts/entrylist @@ -29,6 +29,7 @@ ALFE,birthday,,TQDateTime,birthday,Personal,.toString() #Address address LF,home address street,,TQString,homeAddressStreet,Address|Personal +LF,home address post office box,,TQString,homeAddressPostOfficeBox,Address|Personal LF,home address city,,TQString,homeAddressLocality,Address|Personal LF,home address state,,TQString,homeAddressRegion,Address|Personal LF,home address zip code,,TQString,homeAddressPostalCode,Address|Personal @@ -36,6 +37,7 @@ LF,home address country,,TQString,homeAddressCountry,Address|Personal LF,home address label,,TQString,homeAddressLabel,Address|Personal LF,business address street,,TQString,businessAddressStreet,Address|Organization +LF,business address post office box,,TQString,businessAddressPostOfficeBox,Address|Organization LF,business address city,,TQString,businessAddressLocality,Address|Organization LF,business address state,,TQString,businessAddressRegion,Address|Organization LF,business address zip code,,TQString,businessAddressPostalCode,Address|Organization |