mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Reintroduce patch to quote args in notmuch-show to facilitate remote use
This reintroduces the patch committed in 9193455fa1
, which was
reverted during the upgrade to the JSON emacs UI.
This commit is contained in:
parent
14fb9f3c55
commit
44982ab332
1 changed files with 2 additions and 2 deletions
|
@ -470,8 +470,8 @@ function is used. "
|
|||
(save-excursion
|
||||
(let* ((basic-args (list thread-id))
|
||||
(args (if query-context
|
||||
(append basic-args (list "and (" query-context ")"))
|
||||
basic-args)))
|
||||
(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.
|
||||
|
|
Loading…
Reference in a new issue