]> git.eshelyaron.com Git - emacs.git/commit
Ensure that Gnus servers are open(able) before searching them
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sun, 20 Dec 2020 19:26:37 +0000 (11:26 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Tue, 22 Dec 2020 17:01:25 +0000 (09:01 -0800)
commitaae44a36f35cc8bdefe86daf78fb9aa03df72c3a
treef4771d97c2b0203c4642cfdccf714cabb135c640
parent9449b81f2761661f1e3a9187906c00f95b6f6ebd
Ensure that Gnus servers are open(able) before searching them

* lisp/gnus/gnus-search.el (gnus-search-run-search): Imap servers need
to be opened (made into the "current server") before we manipulate the
nnimap-buffer.
(gnus-search-run-search): Sneakily fix regexp.
(gnus-search-indexed-parse-output): We need to pass the server name in
here, otherwise nnmaildir won't know how to make this the "current
server".
lisp/gnus/gnus-search.el