<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>Hi,</div>
<div><br></div>
<div>Sebastian is right:<br></div>
<div><br></div>
<div>On Mon, Jan 7, 2019, at 3:57 PM, Sebastian Hagedorn wrote:<br></div>
<blockquote type="cite"><div><br></div>
<div>squatter is nowadays a bit of a misnomer, because it uses whatever index<br></div>
<div>you have configured. In cyrus 2.4, squatter would always create a SQUAT<br></div>
<div>index. When you run squatter with Xapian, it will build the index, but for<br></div>
<div>the index to actually work, you also need the conversationsdb. <br></div>
</blockquote><div><br></div>
<div>conversations.db is indeed a misnomer now. The database was only used to keep track of mail threads (hence the name), but its role expanded. One of the indexes it stores is the SHA1 hashes of every message, and separate hashes for each of that message MIME parts. Such a hash is named the GUID, and for each GUID we store a list of all mailbox:UID[bodypart] pairs where this content occurs in.<br></div>
<div><br></div>
<div>For search, we keep track of the indexed messages by GUID, so we can avoid reindexing duplicate mails. To return a search result, we can now map that GUID back to its mailbox:message pairs. That's why we need conversations.db for search.<br></div>
<div><br></div>
<div>I can't help with upgrading from 2.4, unfortunately, but if you re-index your mailboxes once in conversations.db, you should be all set.<br></div>
<div><br></div>
<div>Cheers,<br></div>
<div>Robert</div>
</body>
</html>