Mercurial > libpst
comparison xml/libpst.in @ 100:1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 02 Oct 2008 15:29:36 -0700 |
parents | b7f456946c5b |
children | 1fc33da23175 |
comparison
equal
deleted
inserted
replaced
99:b7f456946c5b | 100:1e4a7610d525 |
---|---|
50 <refsynopsisdiv id='readpst.synopsis.1'> | 50 <refsynopsisdiv id='readpst.synopsis.1'> |
51 <title>Synopsis</title> | 51 <title>Synopsis</title> |
52 <cmdsynopsis> | 52 <cmdsynopsis> |
53 <command>readpst</command> | 53 <command>readpst</command> |
54 <arg><option>-C</option></arg> | 54 <arg><option>-C</option></arg> |
55 <arg><option>-D</option></arg> | |
55 <arg><option>-M</option></arg> | 56 <arg><option>-M</option></arg> |
56 <arg><option>-S</option></arg> | 57 <arg><option>-S</option></arg> |
57 <arg><option>-V</option></arg> | 58 <arg><option>-V</option></arg> |
58 <arg><option>-b</option></arg> | 59 <arg><option>-b</option></arg> |
59 <arg><option>-c <replaceable class="parameter">format</replaceable></option></arg> | 60 <arg><option>-c <replaceable class="parameter">format</replaceable></option></arg> |
81 <variablelist> | 82 <variablelist> |
82 <varlistentry> | 83 <varlistentry> |
83 <term>-C</term> | 84 <term>-C</term> |
84 <listitem><para> | 85 <listitem><para> |
85 Decrypt the entire pst file and dump it to stdout. | 86 Decrypt the entire pst file and dump it to stdout. |
87 </para></listitem> | |
88 </varlistentry> | |
89 <varlistentry> | |
90 <term>-D</term> | |
91 <listitem><para> | |
92 Include deleted items in the output. | |
86 </para></listitem> | 93 </para></listitem> |
87 </varlistentry> | 94 </varlistentry> |
88 <varlistentry> | 95 <varlistentry> |
89 <term>-M</term> | 96 <term>-M</term> |
90 <listitem><para> | 97 <listitem><para> |