Received: by mail.netbsd.org (Postfix, from userid 605) id 747EF84EA0; Fri, 26 Aug 2022 13:12:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE56284E57 for ; Fri, 26 Aug 2022 13:12:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id i4wdvxTUg-Gq for ; Fri, 26 Aug 2022 13:12:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 70A2484CEF for ; Fri, 26 Aug 2022 13:12:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A1E4F9EC; Fri, 26 Aug 2022 13:12:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661519558273690" MIME-Version: 1.0 Date: Fri, 26 Aug 2022 13:12:38 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20220826131238.6A1E4F9EC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661519558273690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Aug 26 13:12:38 UTC 2022 Modified Files: pkgsrc/mail/notmuch: Makefile PLIST distinfo Log Message: notmuch: Update to 0.37 Changelog: What's new in notmuch 0.37 ========================= Library ------- Fix uninitialized field in message objects. Improve exception handling and error propagation for message objects. Sexp Queries ------------ Add one sided lastmod ranges for sexp queries. Expand macro parameters inside regex and wildcard modifiers. Command Line Interface ---------------------- `notmuch help` now works for external commands. `NOTMUCH_CONFIG` is now passed to external commands and hooks. Promote the development tool `nmbug` to a user facing tool `notmuch-git`. See notmuch-git(1) for details. Emacs ----- The function `notmuch-mua-mail` now moves point depending on the provided arguments. Restrict what mime types are inlined in replies and on refresh. The functions in notmuch-query.el are now obsolete and may be removed in a future version of Notmuch. Add some controls for lazy display of message bodies (See "Dealing with large messages and threads" in the notmuch-emacs documentation). Allow the user to select (with '%') a different duplicate message file to display. Use `message-dont-reply-to-names` in `notmuch-message-mode`. Support custom header-line format for notmuch-show mode. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/mail/notmuch/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/notmuch/PLIST cvs rdiff -u -r1.65 -r1.66 pkgsrc/mail/notmuch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661519558273690 Content-Disposition: inline Content-Length: 3422 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/notmuch/Makefile diff -u pkgsrc/mail/notmuch/Makefile:1.84 pkgsrc/mail/notmuch/Makefile:1.85 --- pkgsrc/mail/notmuch/Makefile:1.84 Fri Jul 8 22:12:53 2022 +++ pkgsrc/mail/notmuch/Makefile Fri Aug 26 13:12:38 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2022/07/08 22:12:53 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2022/08/26 13:12:38 ryoon Exp $ -DISTNAME= notmuch-0.36 -PKGREVISION= 1 +DISTNAME= notmuch-0.37 CATEGORIES= mail MASTER_SITES= https://notmuchmail.org/releases/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/mail/notmuch/PLIST diff -u pkgsrc/mail/notmuch/PLIST:1.24 pkgsrc/mail/notmuch/PLIST:1.25 --- pkgsrc/mail/notmuch/PLIST:1.24 Fri Feb 25 05:44:50 2022 +++ pkgsrc/mail/notmuch/PLIST Fri Aug 26 13:12:38 2022 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.24 2022/02/25 05:44:50 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.25 2022/08/26 13:12:38 ryoon Exp $ bin/notmuch ${PLIST.emacs}bin/notmuch-emacs-mua include/notmuch.h +${PLIST.doc}info/nmbug.info ${PLIST.doc}info/notmuch-address.info ${PLIST.doc}info/notmuch-compact.info ${PLIST.doc}info/notmuch-config.info @@ -9,6 +10,7 @@ ${PLIST.doc}info/notmuch-count.info ${PLIST.doc}info/notmuch-dump.info ${PLIST.doc}info/notmuch-emacs-mua.info ${PLIST.emacs}${PLIST.doc}info/notmuch-emacs.info +${PLIST.doc}info/notmuch-git.info ${PLIST.doc}info/notmuch-hooks.info ${PLIST.doc}info/notmuch-insert.info ${PLIST.doc}info/notmuch-new.info @@ -17,6 +19,7 @@ ${PLIST.doc}info/notmuch-reindex.info ${PLIST.doc}info/notmuch-reply.info ${PLIST.doc}info/notmuch-restore.info ${PLIST.doc}info/notmuch-search-terms.info +${PLIST.doc}info/notmuch-setup.info ${PLIST.doc}info/notmuch-search.info ${PLIST.doc}info/notmuch-sexp-queries.info ${PLIST.doc}info/notmuch-show.info @@ -25,12 +28,14 @@ ${PLIST.doc}info/notmuch.info lib/libnotmuch.so lib/libnotmuch.so.5 lib/libnotmuch.so.5.6.0 +${PLIST.doc}man/man1/nmbug.1 ${PLIST.doc}man/man1/notmuch-address.1 ${PLIST.doc}man/man1/notmuch-compact.1 ${PLIST.doc}man/man1/notmuch-config.1 ${PLIST.doc}man/man1/notmuch-count.1 ${PLIST.doc}man/man1/notmuch-dump.1 ${PLIST.doc}man/man1/notmuch-emacs-mua.1 +${PLIST.doc}man/man1/notmuch-git.1 ${PLIST.doc}man/man1/notmuch-insert.1 ${PLIST.doc}man/man1/notmuch-new.1 ${PLIST.doc}man/man1/notmuch-reindex.1 Index: pkgsrc/mail/notmuch/distinfo diff -u pkgsrc/mail/notmuch/distinfo:1.65 pkgsrc/mail/notmuch/distinfo:1.66 --- pkgsrc/mail/notmuch/distinfo:1.65 Wed May 4 06:35:50 2022 +++ pkgsrc/mail/notmuch/distinfo Fri Aug 26 13:12:38 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.65 2022/05/04 06:35:50 wiz Exp $ +$NetBSD: distinfo,v 1.66 2022/08/26 13:12:38 ryoon Exp $ -BLAKE2s (notmuch-0.36.tar.xz) = 0ba9279eebae57cdb671ec63aa99bd8a1ddf97a20da4a0576743784432bac107 -SHA512 (notmuch-0.36.tar.xz) = 00f89e46467cad1cb8135644ed6655e88c93edcba553ced503c21e53f048eb49a333127649ea69bd30e164e8322a3e1dd0fcd672b93e087a8b470e60a6e838fa -Size (notmuch-0.36.tar.xz) = 761260 bytes +BLAKE2s (notmuch-0.37.tar.xz) = 3581142289f50a615a5d248561a165e6fa6a1af383ccfeda949bedcde6d96a20 +SHA512 (notmuch-0.37.tar.xz) = 31cac1ff03b139b18a4fec5e29907ba0e3a965f0a7bf5f2f2b0f75980f9663173745be854e83943f344a09cdb7f5615fa48218e327c4ade7a55b3a22b2a9c45e +Size (notmuch-0.37.tar.xz) = 792568 bytes SHA1 (patch-configure) = 8a5f92857fef23030d10aa16670ea963fa4c5359 SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c --_----------=_1661519558273690--