]> git.eshelyaron.com Git - emacs.git/commit
Fixes and improvements to gnus-search
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 5 Nov 2020 05:13:03 +0000 (21:13 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 6 Nov 2020 03:47:58 +0000 (19:47 -0800)
commitac471ff09d9b7874c53447fdd2d06efd2d8b1e40
tree7ea589a61f96b26aa6a6964d66dbf2247e25c2a6
parent9ab69cc82f08234709168edb6153075e4470b2da
Fixes and improvements to gnus-search

* lisp/gnus/gnus-search.el (gnus-search-default-engines): Change type
from a list of two-element lists, to alist. This matches nnir's old
option type, and should make transition easier.
(nnir-imap-default-search-key): Note that variable is obsolete.
(gnus-search-transform-expression): Interpret the "attachment" key as
"body" in imap searches. Allow specifying larger/smaller message size
values in KB or MB units.
(gnus-search-server-to-engine): Fix error in this function, and
clarify somewhat.
lisp/gnus/gnus-search.el