]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it
[notmuch] / emacs / notmuch.el
index 233c784d9a0676733903b9562247b1575fb02cdb..64295ac996aaf84ff524bb2dd7aa647a15fbe268 100644 (file)
 (require 'notmuch-message)
 (require 'notmuch-parser)
 
+(unless (require 'notmuch-version nil t)
+  (defconst notmuch-emacs-version "unknown"
+    "Placeholder variable when notmuch-version.el[c] is not available."))
+
 (defcustom notmuch-search-result-format
   `(("date" . "%12s ")
     ("count" . "%-7s ")