summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-search.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-031-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-231-1/+1
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* Prefer defvar-keymap in several casesStefan Kangas2022-09-131-5/+3
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+1
* Use notmuch thread:{} operator instead of performing two searchesSean Whitton2022-07-141-41/+5
* Fix handling of IMAP search stringsEric Abrahamsen2022-05-061-1/+5
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-2/+2
* Add a mu backend for gnus-searchJai Flack2022-04-071-0/+142
* Handle multiple directory separators in gnus-search resultsEric Abrahamsen2022-02-181-10/+19
* Make sure nnselect search query is properly parsedAndrew G Cohen2022-02-181-2/+1
* Fix gnus-search-run-search methodsEric Abrahamsen2022-02-171-21/+19
* Fix gnus-search notmuch thread searchesEric Abrahamsen2022-02-171-15/+22
* Fix docstring and init of Gnus search -remove-prefix optionsEric Abrahamsen2022-02-141-14/+10
* Allow searching of nnselect (search) groupsAndrew G Cohen2022-02-111-3/+36
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix gnus search by message-idAndrew G Cohen2021-12-191-1/+1
* | encode-time simplificationsPaul Eggert2021-12-161-5/+3
* | Prefer nil to (current-time) when either will doPaul Eggert2021-12-051-5/+2
* | Don't swallow gnus-search errors when creating nnselect groupsEric Abrahamsen2021-12-041-3/+7
* | Use gnus-message instead of plain message in gnus-searchEric Abrahamsen2021-12-031-9/+9
* | IMAP search should only use charset utf-8 with multibyte stringsEric Abrahamsen2021-10-251-1/+2
|/
* ; 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