]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of IMAP search strings
authorEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 6 May 2022 17:14:08 +0000 (10:14 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 6 May 2022 17:15:51 +0000 (10:15 -0700)
commitc57a6644ef97b3197c35c0c3ade60acd5607eef4
treed43e319c1a1fc72814b0f84841ef9d61c7f2b567
parentb7e1176323386935e34dbc98ec7d445c728cc83a
Fix handling of IMAP search strings

* lisp/gnus/gnus-search.el (gnus-search-imap-handle-string): This was
a misunderstanding of what `multibyte-string-p' means.  The check was
actually supposed to be whether the string was non-ascii or not.
lisp/gnus/gnus-search.el