comparison xml/libpst.in @ 304:5338d93889aa

preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
author Carl Byington <carl@five-ten-sg.com>
date Tue, 08 May 2012 10:52:24 -0700
parents fec37c150982
children c4537664ff50
comparison
equal deleted inserted replaced
303:23915d34387f 304:5338d93889aa
51 51
52 <refsynopsisdiv id='readpst.synopsis.1'> 52 <refsynopsisdiv id='readpst.synopsis.1'>
53 <title>Synopsis</title> 53 <title>Synopsis</title>
54 <cmdsynopsis> 54 <cmdsynopsis>
55 <command>readpst</command> 55 <command>readpst</command>
56 <arg><option>-C <replaceable class="parameter">default-charset</replaceable></option></arg>
56 <arg><option>-D</option></arg> 57 <arg><option>-D</option></arg>
57 <arg><option>-M</option></arg> 58 <arg><option>-M</option></arg>
58 <arg><option>-S</option></arg> 59 <arg><option>-S</option></arg>
59 <arg><option>-V</option></arg> 60 <arg><option>-V</option></arg>
60 <arg><option>-b</option></arg> 61 <arg><option>-b</option></arg>
83 </refsect1> 84 </refsect1>
84 85
85 <refsect1 id='readpst.options.1'> 86 <refsect1 id='readpst.options.1'>
86 <title>Options</title> 87 <title>Options</title>
87 <variablelist> 88 <variablelist>
89 <varlistentry>
90 <term>-C <replaceable class="parameter">default-charset</replaceable></term>
91 <listitem><para>
92 Set the character set to be used for items with an unspecified character set.
93 </para></listitem>
94 </varlistentry>
88 <varlistentry> 95 <varlistentry>
89 <term>-D</term> 96 <term>-D</term>
90 <listitem><para> 97 <listitem><para>
91 Include deleted items in the output. 98 Include deleted items in the output.
92 </para></listitem> 99 </para></listitem>