X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=2baae5f111f5a04c5d48c6de1ccb43bf47b7fb2d;hb=HEAD;hp=329d3427ee33cab5546d6ab847ac9e52a93c1a2c;hpb=43251ab653a20c0f7cca709d36da895c3558e125;p=obsolete%2Fnotmuch-old diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 329d3427..2baae5f1 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -19,7 +19,6 @@ ;; ;; Authors: David Edmondson -(require 'json) (require 'message) (require 'mm-view) (require 'format-spec) @@ -157,7 +156,7 @@ list." (setq args (append args '("--reply-to=sender")))) (setq args (append args (list query-string))) - ;; Get the reply object as JSON, and parse it into an elisp object. + ;; Get the reply object as SEXP, and parse it into an elisp object. (setq reply (apply #'notmuch-call-notmuch-sexp args)) ;; Extract the original message to simplify the following code.