# HG changeset patch # User Timo Sirainen # Date 1314211035 -10800 # Node ID a5edd3fe466bc38c19c7a7710cf13f7036fb7139 # Parent 12b70c1819a91b18e193dd86fb16b3599b9ca0aa NEWS updated diff -r 12b70c1819a9 -r a5edd3fe466b NEWS --- a/NEWS Wed Aug 24 21:24:59 2011 +0300 +++ b/NEWS Wed Aug 24 21:37:15 2011 +0300 @@ -4,14 +4,24 @@ acl, autocreate, expire, trash, virtual * auth_username_format default changed to %Lu. If you really want case sensitive usernames, set it back to empty. + * Solr full text search backend changed to use mailbox GUIDs instead of + mailbox names, requiring reindexing everything. solr_old backend can + be used with old indexes to avoid reindexing, but it doesn't support + some newer features. + imapc (= IMAP client) storage allows using a remote IMAP server to be used as storage. This allows using Dovecot as a smart (caching) proxy or using dsync to do migration from remote IMAP server. + + Mailbox indexing via queuing indexer service (required for Lucene) + + Lucene full text search (FTS) backend rewritten with support for + different languages + + FTS finally supports "OR" search operation + + FTS supports indexing attachments via external programs + + IMAP FUZZY extension, supported by Lucene and Solr FTS backends + + Mailbox list indexes + Autocreate plugin creates/subscribes mailboxes physically only when the mailbox is opened for the first time. Mailbox listing shows the autocreated mailboxes even if they don't physically exist. - + Mailbox list indexes - listescape plugin works perfectly now - Fixed potential crashes and other problems when parsing header names