summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-01-29 14:56:24 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-01-29 15:02:15 +0200
commit1a29c40ae9f491fe1f6895b383d3391450bc3736 (patch)
tree6cc2c9c3190ff526555fe3afc2290476269046db /NEWS
parent059fab534ac609e67ee54020ba764ec7fafddf96 (diff)
downloadmailutils-1a29c40ae9f491fe1f6895b383d3391450bc3736.tar.gz
mailutils-1a29c40ae9f491fe1f6895b383d3391450bc3736.tar.bz2
imap4d: Proper case-insensitive searches over multibyte strings.
This requires libunistring. * NEWS: Update. * README: Update. * configure.ac: Check for libunistring. * libmailutils/base/version.c: Reflect libunistring usage. * imap4d/Makefile.am: Link with libunistring, if available. * imap4d/imap4d.h (unistr_downcase) (unistr_is_substring): New protos. * imap4d/search.c (_scan_header) (_scan_header_all,_match_text): Use unistr_is_substring for searches. * imap4d/unistr_c.c: New file. * imap4d/unistr_u8.c: New file. * imap4d/tests/search.at: Add new test.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4f5c0dec9..972b9dacf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2019-01-26
+GNU mailutils NEWS -- history of user-visible changes. 2019-01-29
Copyright (C) 2002-2019 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -13,7 +13,7 @@ Version 3.5.90 (git)
** Improved SEARCH BODY and SEARCH TEXT commands
Both commands now properly descend into multipart message parts and
-decode messages, if necessary
+decode messages, if necessary. This requires libiconv and libunistring.
* Fixes in the 'mail' utility

Return to:

Send suggestions and report system problems to the System administrator.