X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;h=436ad160a05b8c0f9a698de1ba9fb025fc272912;hb=383796c325de2dbb32c5c02157777d2d06d39f0b;hp=d1daffce4eaa3562999c5c345637151ec3eaf822;hpb=2bd374c91efd6ed0c42fb6ff5b4b969ec0e16cee;p=notmuch diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index d1daffce..436ad160 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 ;; @@ -15,10 +15,12 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with Notmuch. If not, see . +;; along with Notmuch. If not, see . ;; ;; Authors: David Bremner +;;; Code: + (require 'notmuch-lib) (defun notmuch-query-get-threads (search-terms) @@ -74,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