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: Fernando de Morais
Subject: Re: wrong gnus-search in nnml folder
Date: Thu, 02 Feb 2023 09:06:13 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello Eric,

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



reply via email to

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