aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-query.el
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2013-07-06 15:49:51 +0300
committerGravatar David Bremner <bremner@debian.org>2013-07-20 09:13:48 -0300
commit2bd374c91efd6ed0c42fb6ff5b4b969ec0e16cee (patch)
treeb9f123c0aa213a7593040e83c1e81e2b46564727 /emacs/notmuch-query.el
parent3553b0a2886614382cd25b51ad31c31ec92bef4c (diff)
emacs: dropped rest of now-unused JSON functionality
Notmuch cli provides all structured data previously provided in json format now in s-expression format, rendering all current json functionality obsolete.
Diffstat (limited to 'emacs/notmuch-query.el')
-rw-r--r--emacs/notmuch-query.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el
index 51d427f2..d1daffce 100644
--- a/emacs/notmuch-query.el
+++ b/emacs/notmuch-query.el
@@ -20,7 +20,6 @@
;; Authors: David Bremner <david@tethera.net>
(require 'notmuch-lib)
-(require 'json)
(defun notmuch-query-get-threads (search-terms)
"Return a list of threads of messages matching SEARCH-TERMS.