Mark Walters <markwalters1009@gmail.com> writes: > If I make and then commit a small change to emacs/notmuch-tree.el and then > remake then version string in the cli nor in emacs seems to be > updated. If I make clean and then make it is updated. I think I understand why this is happening: notmuch-lib.el is not recompiled if it isn't modified. I'm not sure of the best fix, but I guess the dependencies in emacs/.eldeps need to be updated. One option would be to have a seperate notmuch-version.el that depends on everything. d