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: Eric Abrahamsen
Subject: Re: wrong gnus-search in nnml folder
Date: Mon, 30 Jan 2023 10:46:59 -0800
User-agent: Gnus/5.13 (Gnus v5.13)

Angel de Vicente <angel.vicente.garrido@gmail.com> writes:

>>> You haven't said what search engine you're using, but if it's notmuch:
>>
>> it is ages since I configured this, but I'm not using notmuch, it is
>> just whatever stock method comes with Gnus, *I think*
>
> should be mairix.
>
> my gnus-search-default-engines variable' value is:
>
> ,----
> | ((nnimap . gnus-search-imap)
> |  (nnml . gnus-search-mairix))
> `----

So that's:

(gnus-search-transform
 (make-instance 'gnus-search-mairix)
 (gnus-search-parse-query "since:3d")) -> "d:20230127-"

As I read the spec, that's the correct format (actually, mairix could
also handle the "3d" directly, but there's currently no option to pass
the unparsed search string through). Can you check on the command line,
outside of Gnus, and confirm that you see the correct messages returned?

You can also edebug `gnus-search-run-search' for the
`gnus-search-indexed' engine (gnus-search.el:1394 in master), and see
if anything funky is happening in there.




reply via email to

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