dovecot-2.2: lib-fts: Fix comment in fts-filter.h

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 15 11:40:24 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/cf99661dca25
changeset: 18855:cf99661dca25
user:      Teemu Huovila <teemu.huovila at dovecot.fi>
date:      Mon Jun 15 14:35:25 2015 +0300
description:
lib-fts: Fix comment in fts-filter.h

diffstat:

 src/lib-fts/fts-filter.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6d965c726810 -r cf99661dca25 src/lib-fts/fts-filter.h
--- a/src/lib-fts/fts-filter.h	Mon Jun 15 14:31:19 2015 +0300
+++ b/src/lib-fts/fts-filter.h	Mon Jun 15 14:35:25 2015 +0300
@@ -29,7 +29,7 @@
  */
 extern const struct fts_filter *fts_filter_normalizer_icu;
 
-/* Lowecases the input. Currently only ASCII data is lowercased. */
+/* Lowecases the input. Supports UTF8, if libicu is available. */
 extern const struct fts_filter *fts_filter_lowercase;
 
 /* Removes <'s> suffix from words. */


More information about the dovecot-cvs mailing list