# HG changeset patch # User Paul Wise # Date 1576934745 -28800 # Node ID f2742d1160a4ad54c446391efdb4eb647050dbb5 # Parent 5c0ce43c7532f38606f195fc1281792b5b4712a1 Fix usage of indefinite articles Suggested-by: anorack diff -r 5c0ce43c7532 -r f2742d1160a4 contrib/FILE-FORMAT --- a/contrib/FILE-FORMAT Sat Dec 21 21:25:45 2019 +0800 +++ b/contrib/FILE-FORMAT Sat Dec 21 21:25:45 2019 +0800 @@ -94,7 +94,7 @@ 0x0002 - 0x0003 - Value following is a value in it's own right 0x000B - -0x001E - (STRING) Value following is a Index Position (must be shifted left 4 times) +0x001E - (STRING) Value following is an Index Position (must be shifted left 4 times) 0x0040 - (DATE) " " " " " 0x0048 - 0x0102 - (STRUCTURE) " " " " " @@ -104,7 +104,7 @@ Value: ====== -When the value is of type Index Position, you can left shift the value 4 times to get an offset into the Block Index. Some descriptor types can have Id2 values. This is recognised by using a bitwise AND with the number. ie val & 0x0000000F. if the result is 0xF, it is likely to be a Id2 reference. +When the value is of type Index Position, you can left shift the value 4 times to get an offset into the Block Index. Some descriptor types can have Id2 values. This is recognised by using a bitwise AND with the number. ie val & 0x0000000F. if the result is 0xF, it is likely to be an Id2 reference. Descriptor Types: - Types that are in "Descriptor Fields" @@ -112,7 +112,7 @@ All Values are Hex -Note: it appears that some types can have a IPOS value or a ID2 value depending on the size of the field in question. It is safer to check every field than for me to say what the "usually" contain. Absolute values though, are generally going to be constant. +Note: it appears that some types can have an IPOS value or an ID2 value depending on the size of the field in question. It is safer to check every field than for me to say what the "usually" contain. Absolute values though, are generally going to be constant. Type Ref Type Value Desc ---- -------- ----- ---- @@ -150,7 +150,7 @@ 0E07 [REF] Flag - contains IsSeen value 0FF9 [REF] binary record header 1000 001E [REF] Plain Text Email Body. Does not exist if the email doesn't have a plain text version -1013 001E [REF] HTML Email Body. Does not exist if the email doesn't have a HTML version +1013 001E [REF] HTML Email Body. Does not exist if the email doesn't have an HTML version 1035 [REF] Message ID 1042 [REF] In-Reply-To or Parent's Message ID 1046 [REF] Return Path diff -r 5c0ce43c7532 -r f2742d1160a4 xml/libpst.in --- a/xml/libpst.in Sat Dec 21 21:25:45 2019 +0800 +++ b/xml/libpst.in Sat Dec 21 21:25:45 2019 +0800 @@ -425,7 +425,7 @@ pst2ldif - extract contacts from a MS Outlook .pst file in .ldif format + extract contacts from an MS Outlook .pst file in .ldif format @@ -507,7 +507,7 @@ Description pst2ldif - reads the contact information from a MS Outlook .pst file + reads the contact information from an MS Outlook .pst file and produces a .ldif file that may be used to import those contacts into an LDAP database. The following ldap attributes are generated for the old ldap schema: @@ -593,7 +593,7 @@ pst2dii - extract email messages from a MS Outlook .pst file in DII load format + extract email messages from an MS Outlook .pst file in DII load format @@ -679,7 +679,7 @@ Description pst2dii - reads the email messages from a MS Outlook .pst file + reads the email messages from an MS Outlook .pst file and produces a DII load file that may be used to import message summaries into a Summation DII system. The DII output file contains references to the image and attachment files in the output directory.