]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: prefer notmuch-emacs-version in User-Agent: header
[notmuch] / emacs / notmuch.el
index 6564816f078659f23ab5f6a6c6fc51478aa695ae..5284e77174f05a98d46c3c62a1de4007f208f4d3 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 ")