From eaf343f16b26154d4046baca22e0a72596219a43 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 24 May 2016 22:32:34 -0700 Subject: [PATCH] notmuch-report.json: Update from nmbug-status to notmuch-report The rename happened in notmuch v0.22 [1]. [1]: https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=c945c245cb81b7b17c9d90a90f5ec1ce2d9c7d66;hb=ea5caecec5c50833a6f5a422e217a71eee6324af#l114 --- Makefile | 2 +- status-config.json => notmuch-report.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename status-config.json => notmuch-report.json (100%) diff --git a/Makefile b/Makefile index 434abfe..b9061e0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ .PHONY: index.html # regenerate every time index.html: - nmbug-status --config status-config.json >"$@" + notmuch-report --config notmuch-report.json >"$@" diff --git a/status-config.json b/notmuch-report.json similarity index 100% rename from status-config.json rename to notmuch-report.json -- 2.26.2