diff NEWS @ 6987:ad1361eee1ae HEAD

Updated
author Timo Sirainen <tss@iki.fi>
date Sun, 09 Dec 2007 20:14:06 +0200
parents 9a050d3a87b1
children 958e377fc1dc
line wrap: on
line diff
--- a/NEWS	Sun Dec 09 19:59:02 2007 +0200
+++ b/NEWS	Sun Dec 09 20:14:06 2007 +0200
@@ -11,12 +11,8 @@
 	+ IMAP SORT: Sort keys are indexed, which makes SORT commands faster.
 	+ When saving messages, update cache file immediately with the data
 	  that we expect client to fetch later.
-	+ NFS attribute and data caches are are flushed whenever needed.
-	  See mail_nfs_storage and mail_nfs_index settings.
-	+ Mailbox list indexes. Mailbox metadata is stored there, so STATUS
-	  commands can return synchronized mailboxes' metadata simply by
-	  reading a single mailbox list index file. Currently works only with
-	  Maildir++ layout.
+	+ NFS caches are are flushed whenever needed. See mail_nfs_storage and
+	  mail_nfs_index settings.
 	+ Out of order command execution (SEARCH, FETCH, LIST), nonstandard
 	  command cancellation (X-CANCEL <tag>)
 	+ IMAP: Non-standard LIST+STATUS combination:
@@ -39,8 +35,8 @@
 	  per-mailbox quota rules.
 	+ Filesystem quota backend supports inode limits, group quota and
 	  RPC quota for NFS.
-	+ SEARCH and SORT finally compare all characters case-insensitively.
-	  We use i;unicode-casemap algorithm.
+	+ SEARCH and SORT finally compare non-ASCII characters
+	  case-insensitively. We use i;unicode-casemap algorithm.
 	+ Config files support splitting values to multiple lines with \
 
 v1.0.0 2007-04-13  Timo Sirainen <tss@iki.fi>