diff --git a/devel/nmbug/notmuch-report b/devel/nmbug/notmuch-report index 94be6717..8ddcf41c 100755 --- a/devel/nmbug/notmuch-report +++ b/devel/nmbug/notmuch-report @@ -88,7 +88,7 @@ def read_config(path=None, encoding=None): else: nmbhome = os.getenv('NMBGIT', os.path.expanduser('~/.nmbug')) branch = 'config' - filename = 'status-config.json' + filename = 'notmuch-report.json' # read only the first line from the pipe sha1_bytes = subprocess.Popen( diff --git a/devel/nmbug/status-config.json b/devel/nmbug/notmuch-report.json similarity index 100% rename from devel/nmbug/status-config.json rename to devel/nmbug/notmuch-report.json