On 02/15/22 05:20 AM, Michael Heerdegen wrote: > Eric Abrahamsen writes: > >> Oh, that's not bad. If you mess up your mairix config again and then >> eval this: >> >> (cl-defmethod gnus-search-indexed-extract :around >> ((_engine gnus-search-indexed)) >> (let ((ret (cl-call-next-method))) >> (cl-callf expand-file-name (car ret) "/") >> ret)) >> >> Does everything work properly? > > Yes, I think so, looks good. Okay, it turns out that also lets us drop most of the regexp silliness from the parsing stuff. Would you mind trying the attached patch and confirm that it doesn't break anything? I'll try to make this the last time I mess with search results parsing...