X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=55bab453cb33d8c3cfc41ea6d1b4c9b9a09f7b0c;hb=037cfc5f5a79e541ecd3789e0ec815c9d88c0223;hp=53af301a93d623ffc44b633f98ab369edf7d5a06;hpb=7135a8bcbf0cf17931af3f017bce81bb557ea1eb;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 53af301a..55bab453 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -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.