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 C0DD36DE2013 for ; Tue, 28 Feb 2017 17:37:37 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 tests=[AWL=0.006, 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 oGkhZoHut7QP for ; Tue, 28 Feb 2017 17:37:36 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 214316DE200D for ; Tue, 28 Feb 2017 17:37:35 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1citCJ-00057e-Ty for notmuch@notmuchmail.org; Tue, 28 Feb 2017 20:36:55 -0500 Received: (nullmailer pid 9479 invoked by uid 1000); Wed, 01 Mar 2017 01:37:33 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: notmuch release 0.23.7 now available X-List-To: notmuch Date: Tue, 28 Feb 2017 21:37:33 -0400 Message-ID: <87wpc9vkte.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: Wed, 01 Mar 2017 01:37:37 -0000 Where to obtain notmuch 0.23.7 =========================== https://notmuchmail.org/releases/notmuch-0.23.7.tar.gz Which can be verified with: https://notmuchmail.org/releases/notmuch-0.23.7.tar.gz.sha1 07eca222977488051cb7fcd3f2238da355c5ec1c notmuch-0.23.7.tar.gz https://notmuchmail.org/releases/notmuch-0.23.7.tar.gz.sha1.asc (signed by David Bremner) What's new in notmuch 0.23.7 ========================= Test Suite ---------- Drop use of gpgconf --create-socketdir. Move $GNUPGHOME to /tmp. It turns out the hardcoded use of /run/user in gpg doesn't work out that well in some environments. The more low tech fix is to move all of $GNUPGHOME to somewhere where we can control the length of the paths. 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