From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 0CBB86DE010F for ; Sat, 30 Dec 2017 06:05:27 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.011, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rHtaVF8OlJOd for ; Sat, 30 Dec 2017 06:05:26 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 3C9966DE00DB for ; Sat, 30 Dec 2017 06:05:25 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1eVHlM-00075U-RY; Sat, 30 Dec 2017 09:05:24 -0500 Received: (nullmailer pid 21231 invoked by uid 1000); Sat, 30 Dec 2017 14:05:23 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH] NEWS: library changes for 0.26 Date: Sat, 30 Dec 2017 10:05:17 -0400 Message-Id: <20171230140517.21186-1-david@tethera.net> X-Mailer: git-send-email 2.15.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 14:05:27 -0000 These are just "my" changes, as arbited by "git shortlog", which sometimes lies. --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 3b6404e7..1c5edf4c 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,27 @@ Indexing cleartext of encrypted e-mails that the notmuch index itself is adequately protected. DO NOT USE this feature without considering the security of your index. +Library Changes +--------------- + +Indexing files with duplicate message-id + + Files with message-id's are now indexed, and searchable via terms + and phrases. There are known issues related to presentation of + results and regular-expression search, but in principle no mail file + should be completely unsearchable now. + +New functions to count files + + Two new functions in the libnotmuch API: + `notmuch_message_count_files`, and `notmuch_thread_get_total_files`. + +Change of return value of `notmuch_thread_get_authors` + + In certain corner cases, `notmuch_thread_get_authors` previously + returned NULL. This has been replaced by an empty string, since the + possibility of NULL was not documented. + nmbug ----- -- 2.15.1