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 392666DE02DA for ; Sun, 23 Oct 2016 18:28:55 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=5 tests=[AWL=0.005, 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 UyxWGQ0AIuFd for ; Sun, 23 Oct 2016 18:28:54 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 99CEB6DE02BF for ; Sun, 23 Oct 2016 18:28:54 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1byU43-0004NU-3S; Sun, 23 Oct 2016 21:28:35 -0400 Received: (nullmailer pid 27636 invoked by uid 1000); Mon, 24 Oct 2016 01:28:50 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: notmuch release 0.23.1 now available Date: Sun, 23 Oct 2016 22:28:50 -0300 Message-ID: <871sz6y1pp.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Mon, 24 Oct 2016 01:28:55 -0000 Where to obtain notmuch 0.23.1 =========================== https://notmuchmail.org/releases/notmuch-0.23.1.tar.gz Which can be verified with: https://notmuchmail.org/releases/notmuch-0.23.1.tar.gz.sha1 556cd9dc0236256e19fa31cbfef79e25157cd69f notmuch-0.23.1.tar.gz https://notmuchmail.org/releases/notmuch-0.23.1.tar.gz.sha1.asc (signed by David Bremner) What's new in notmuch 0.23.1 ========================= General ------- Require Xapian >= 1.2.6 The ifdef branch for older Xapian (pre-compact API) had bit-rotted. Emacs ----- Fix default colours for unread and flagged messages In 0.23 the default colours for unread and flagged messages in search view were accidentally swapped. This release returns them to the original colours. A related change in 0.23 broke the customize widget for notmuch-search-line-faces. This is now fixed. Fix test failure with Emacs 25.1 A previously undiscovered jit-lock related bug was exposed by Emacs 25, causing a notmuch-show mode test to fail. This release fixes the bug, and hence the test. What is notmuch =============== Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a convenient search syntax. For more about notmuch, see https://notmuchmail.org