Hello,

Eric Abrahamsen <e...@ericabrahamsen.net> writes:

> 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))))

I just tried eval'ing this, and it works just fine now (it will go to my
.gnus.el file for the time being).

Thanks a lot!
-- 
Ángel de Vicente                 -- (GPG: 0x64D9FDAE7CD5E939)
 Research Software Engineer (Supercomputing and BigData)
 Instituto de Astrofísica de Canarias (https://www.iac.es/en)


Reply via email to