Make sure nnselect search query is properly parsed
* lisp/gnus/gnus-search.el (gnus-search-make-spec): The search query should not be interpreted as raw, but whatever the underlying search engine expects.
This commit is contained in:
parent
8a924c8b49
commit
9a9a3390ad
1 changed files with 1 additions and 2 deletions
|
@ -2188,8 +2188,7 @@ article came from is also searched."
|
|||
(read-from-minibuffer
|
||||
"Query: " nil gnus-search-minibuffer-map
|
||||
nil 'gnus-search-history)))
|
||||
(cons 'raw
|
||||
(or (gnus-nnselect-group-p (gnus-group-group-name)) arg))))
|
||||
(cons 'raw arg)))
|
||||
|
||||
(provide 'gnus-search)
|
||||
;;; gnus-search.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue