X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=e16a1b971bd5e29bb3b78ba9f3a823c0b39acb85;hp=f8e516583dfec6da1ae5fd9fbfa6d6a82377b0af;hb=0c565fa29fc29f74209d4343e2fc88f3b8008aaa;hpb=6d5c7b3ca50cb2ce36d4a2d6e6f064afcba7410b diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index f8e51658..e16a1b97 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -192,8 +192,8 @@ Otherwise the output will be returned" "Perhaps you haven't run \"notmuch setup\" yet? Try running this on the command line, and then retry your notmuch command"))) -(defun notmuch-version () - "Return a string with the notmuch version number." +(defun notmuch-cli-version () + "Return a string with the notmuch cli command version number." (let ((long-string ;; Trim off the trailing newline. (substring (notmuch-command-to-string "--version") 0 -1)))