X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;h=8587d8818cf759f4f3129e48072a8b1c98ea90f1;hb=da5029e2ac8dfd8a839de1f6a4701237d0b34db1;hp=51d427f230038caf8782be5afafca11ca072c644;hpb=43251ab653a20c0f7cca709d36da895c3558e125;p=notmuch diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index 51d427f2..8587d881 100644 --- a/emacs/notmuch-query.el +++ b/emacs/notmuch-query.el @@ -1,4 +1,4 @@ -;; notmuch-query.el --- provide an emacs api to query notmuch +;;; notmuch-query.el --- provide an emacs api to query notmuch ;; ;; Copyright © David Bremner ;; @@ -19,8 +19,9 @@ ;; ;; Authors: David Bremner +;;; Code: + (require 'notmuch-lib) -(require 'json) (defun notmuch-query-get-threads (search-terms) "Return a list of threads of messages matching SEARCH-TERMS. @@ -75,3 +76,5 @@ See the function notmuch-query-get-threads for more information." (notmuch-query-get-threads search-terms))) (provide 'notmuch-query) + +;;; notmuch-query.el ends here