Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=y+ORMEhk; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=P0x56/J8 Received: by mail.netbsd.org (Postfix, from userid 605) id C554E84D29; Sun, 10 Mar 2024 12:11:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710072694; bh=V3g4XNCHnSJ5Ey2Q5Bq4Fzcg6vxYevJVwsuBAxcf0K8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=y+ORMEhkDiQDDuPNsRfrevKb8FPG6p1dRCbIVnIUp9XVHS4IZ8Hd1MfIS/SX3x/Oq AnruWMmdq52B+JGwdLsQOezMsMK7qhMFQET91xVt4qtnb0GWdxwsqA+zJYYlg2ysgS shG51WtdkeMwPa8Vmfr2+TNx1+d0PC7XA+Uc8jro= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B5ED184D1B for ; Sun, 10 Mar 2024 12:11:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WysnbZje-TWw for ; Sun, 10 Mar 2024 12:11:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 16D4984CFA for ; Sun, 10 Mar 2024 12:11:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710072693; bh=V3g4XNCHnSJ5Ey2Q5Bq4Fzcg6vxYevJVwsuBAxcf0K8=; h=Date:From:Subject:To:Reply-To; b=P0x56/J8EKxPE3CpyGw8o0zqHzfcY0/rGnYNe6yOF5UKP5loYp27/GbPlWQQt9umz GXf2V/7wiSPVzzVsZGJ9BhOIeC/P/p6Klo4iDWh1392tWM72Lm9QurCu7inKTBU+S0 tsZZNt5/QcS9/nouXDFOE+jHUrDFSvYl+bIcAXXQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13859FA2A; Sun, 10 Mar 2024 12:11:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171007269370050" MIME-Version: 1.0 Date: Sun, 10 Mar 2024 12:11:33 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240310121133.13859FA2A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171007269370050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Mar 10 12:11:33 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated mail/notmuch-emacs to 0.38.3 To generate a diff of this commit: cvs rdiff -u -r1.1789 -r1.1790 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171007269370050 Content-Disposition: inline Content-Length: 728 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.1789 pkgsrc/doc/CHANGES-2024:1.1790 --- pkgsrc/doc/CHANGES-2024:1.1789 Sun Mar 10 12:11:20 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 10 12:11:32 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1789 2024/03/10 12:11:20 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.1790 2024/03/10 12:11:32 ryoon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3058,3 +3058,4 @@ Changes to the packages collection and i Updated meta-pkgs/xfce4 to 4.18.1nb12 [gutteridge 2024-03-10] Updated x11/dunst to 1.10.0 [wiz 2024-03-10] Updated mail/notmuch to 0.38.3 [ryoon 2024-03-10] + Updated mail/notmuch-emacs to 0.38.3 [ryoon 2024-03-10] --_----------=_171007269370050--