info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wrong gnus-search in nnml folder


From: Angel de Vicente
Subject: Re: wrong gnus-search in nnml folder
Date: Thu, 02 Feb 2023 11:44:55 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

Eric Abrahamsen <eric@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

[Prev in Thread] Current Thread [Next in Thread]