Hello Eric,
Eric Abrahamsen <[email protected]> writes:
> Please report all annoyance as a bug! :)
Sorry, I will! 😅
> Instead of the patch above, would you confirm that eval'ing the
> following produces the right behavior?
>
> (cl-defmethod gnus-search-indexed-search-command ((engine gnus-search-mairix)
> (qstring string)
> query &optional _groups)
> (with-slots (switches config-file) engine
> (append `("--rcfile" ,config-file "-r")
> switches
> (when (alist-get 'thread query) (list "-t"))
> (split-string qstring))))
Yes, the search went correctly, as expected. Thanks!
> Thanks for the bug-hunting,
You're welcome. 🤝
--
Regards,
Fernando de Morais.