This commit is contained in:
Jean-Francois Dockes 2011-09-08 18:58:19 +02:00
parent 0f2fa18055
commit 2e815010eb
3 changed files with 9 additions and 2 deletions

View File

@ -77,7 +77,8 @@
<ul> <ul>
<li>Sorting by document and file size in the result table does <li>Sorting by document and file size in the result table does
not work.</li> not work.</li>
<li>idxflushmb was not handled while deleting documents in the
index, leading to almost unbounded memory usage.</li>
<li>Email messages for which there would be an error indexing <li>Email messages for which there would be an error indexing
an attachment would not be indexed at all.</li> an attachment would not be indexed at all.</li>

View File

@ -72,6 +72,10 @@
</blockquote> </blockquote>
--> -->
<h2>Rar archive support</h2>
<p><a href="rclrar">rclrar</a>. This needs the Python rarfile module.
</p>
<h2>Mimehtml support</h2> <h2>Mimehtml support</h2>
<p>This is based on the internal mail filter, you just need to <p>This is based on the internal mail filter, you just need to
download and install the config files. Will only work with download and install the config files. Will only work with

View File

@ -155,13 +155,15 @@
an attachment would not be indexed at all.</li> an attachment would not be indexed at all.</li>
<li>Text files bigger than 2 GB could not be indexed.</li> <li>Text files bigger than 2 GB could not be indexed.</li>
<li>Fixed the handling of compressed man pages.</li> <li>Fixed the handling of compressed man pages.</li>
<li>Memory usage could grow almost unbounded while deleting
documents, because idxflushmb was not used for document
deletions.</li>
</ul> </ul>
</li> </li>
</ul> </ul>
</div> </div>
</body> </body>
</html> </html>