summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-search.el
Commit message (Expand)AuthorAgeFilesLines
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-16/+10
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-2/+2
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-5/+5
* Further fix to filtering Gnus search group namesEric Abrahamsen2021-08-071-5/+7
* Evaluate eql specializersakater2021-08-031-1/+1
* Further tweaks to gnus-search-query-expand-keyEric Abrahamsen2021-07-111-2/+9
* ; Fix misspellings of 'occurrence' in docs.Basil L. Contovounesios2021-07-111-6/+6
* Rewrite gnus-search-query-expand-keyEric Abrahamsen2021-07-101-12/+10
* Rework gnus-search-indexed-parse-outputEric Abrahamsen2021-07-101-52/+43
* Small improvements to handling of IMAP mark searchEric Abrahamsen2021-06-251-5/+11
* Robustify parsing of gnus-search search resultsEric Abrahamsen2021-05-211-2/+5
* Fix function signature for gnus-search-indexed-parse-outputEric Abrahamsen2021-05-161-2/+2
* * lisp/gnus/nnmh.el (nnmh-newsgroup-articles): Declare varStefan Monnier2021-03-111-2/+2
* Fix typosMattias Engdegård2021-02-181-8/+8
* Run Gnus group names through regexp-quote when matching resultsEric Abrahamsen2021-02-081-6/+8
* ; Minor license statement fixesStefan Kangas2021-02-081-3/+5
* Fix namazu search result parsing in gnus-searchEric Abrahamsen2021-02-071-0/+1
* Fix TEXT check in gnus-search IMAP searchEric Abrahamsen2021-02-061-1/+1
* * lisp/gnus: Remove redundant `:group` argsStefan Monnier2021-01-301-62/+29
* * lisp/gnus: Quote functions with #'Stefan Monnier2021-01-301-3/+4
* Properly initialize gnus-search-namazu-index-directoryEric Abrahamsen2021-01-231-0/+1
* Fix possible prepending of "TEXT" to IMAP searchesEric Abrahamsen2021-01-111-5/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Ensure that Gnus servers are open(able) before searching themEric Abrahamsen2020-12-221-2/+3
* Fix regexp in IMAP search-string preparationEric Abrahamsen2020-12-171-1/+1
* Fix logic of gnus-search-imap-handle-dateEric Abrahamsen2020-12-141-32/+29
* Be more graceful about handling Gnus search errorsEric Abrahamsen2020-12-101-13/+28
* Add "replied" -> "answered" for gnus-search imap searchesEric Abrahamsen2020-11-251-0/+1
* Assume default imap TEXT search even when not using parsed queriesEric Abrahamsen2020-11-251-6/+16
* Small fixes to gnus-search output parsing of indexed enginesEric Abrahamsen2020-11-221-11/+14
* Handle negation of search keys in gnus-search minibuffer completionEric Abrahamsen2020-11-141-4/+5
* Save instantiated gnus-search engines in an alistEric Abrahamsen2020-11-131-13/+28
* Remove unused "internal" gnus-search variablesEric Abrahamsen2020-11-111-6/+0
* Fix defgeneric name of gnus-search-index(ed)-extractEric Abrahamsen2020-11-111-1/+1
* Add more protections to gnus-search query parsingEric Abrahamsen2020-11-081-8/+15
* Another backwards-compatibility fix for gnus-searchEric Abrahamsen2020-11-081-14/+18
* Various fixes and backward compatibility for gnus-searchEric Abrahamsen2020-11-071-4/+4
* Rectify skip-set argumentMattias Engdegård2020-11-061-1/+1
* * lisp/gnus/gnus-search.el (gnus-search-contact-tables): Fix type.Mattias Engdegård2020-11-061-1/+1
* Fixes and improvements to gnus-searchEric Abrahamsen2020-11-051-20/+38
* Avoid use of eieio-oset-defaultEric Abrahamsen2020-11-041-99/+62
* Remove gmane search engineEric Abrahamsen2020-11-031-76/+1
* New gnus-search libraryEric Abrahamsen2020-11-031-0/+2231