none
This commit is contained in:
parent
0f2fa18055
commit
2e815010eb
@ -77,7 +77,8 @@
|
||||
<ul>
|
||||
<li>Sorting by document and file size in the result table does
|
||||
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
|
||||
an attachment would not be indexed at all.</li>
|
||||
|
||||
|
||||
@ -72,6 +72,10 @@
|
||||
</blockquote>
|
||||
-->
|
||||
|
||||
<h2>Rar archive support</h2>
|
||||
<p><a href="rclrar">rclrar</a>. This needs the Python rarfile module.
|
||||
</p>
|
||||
|
||||
<h2>Mimehtml support</h2>
|
||||
<p>This is based on the internal mail filter, you just need to
|
||||
download and install the config files. Will only work with
|
||||
|
||||
@ -155,13 +155,15 @@
|
||||
an attachment would not be indexed at all.</li>
|
||||
<li>Text files bigger than 2 GB could not be indexed.</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>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user