]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-show.el
emacs: Use single-quote not double-quote when constructing search
[notmuch] / emacs / notmuch-show.el
index 53af301a93d623ffc44b633f98ab369edf7d5a06..55bab453cb33d8c3cfc41ea6d1b4c9b9a09f7b0c 100644 (file)
@@ -470,8 +470,8 @@ function is used. "
     (save-excursion
       (let* ((basic-args (list thread-id))
             (args (if query-context
-                      (append (list "\"") basic-args (list "and (" query-context ")\""))
-                    (append (list "\"") basic-args (list "\"")))))
+                      (append (list "\'") basic-args (list "and (" query-context ")\'"))
+                    (append (list "\'") basic-args (list "\'")))))
        (notmuch-show-insert-forest (notmuch-query-get-threads args))
        ;; If the query context reduced the results to nothing, run
        ;; the basic query.