From: W. Trevor King Date: Wed, 25 May 2016 05:32:34 +0000 (-0700) Subject: notmuch-report.json: Update from nmbug-status to notmuch-report X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eaf343f16b26154d4046baca22e0a72596219a43;p=nmbug-oci.git 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 --- 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