X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=64295ac996aaf84ff524bb2dd7aa647a15fbe268;hb=cab1415a94f09c529ca7323904c5a159c996cbe0;hp=233c784d9a0676733903b9562247b1575fb02cdb;hpb=feb3ce957213350db6c3e954cf4016aced1f65ce;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 233c784d..64295ac9 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -61,6 +61,10 @@ (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 ")