On Sat, Jun 24, 2023 at 09:49:12AM +0200, Krzysztof Kozlowski wrote: > On 23/06/2023 23:17, Rob Herring wrote: > >> With my private mailbox I just have a different folder for patches that > >> have been sent which I archive once they're applied, but with work GMail > >> I don't see how I can easily replicate this since it's also not grouping > >> threads properly. > > > > Yeah, GMail sucks for that. I use 'lei' to get all my patches and > > replies to them (though its caching will miss replies). Then I delete > > them from the mbox when they are applied or otherwise finished. lei > > updates won't re-add them to the mbox. > > That's interesting approach. What's your lei search query for getting > your patches? "f:rob" would get all your threads you participated in. This is what I have: q = (dfn:drivers OR dfn:sound OR dfn:tools OR dfn:kernel OR \ dfn:arch OR dfn:Documentation OR dfn:include OR dfn:scripts) AND \ f:robh@xxxxxxxxxx AND rt:3.month.ago.. Really, I'd like a 'is a patch' flag or 'dfn:*' or 'dfn:/' here, but I didn't convince the lei maintainer such a thing is needed. Sigh. Also, you have to disable lei's caching with the --remote-fudge-time option because it will miss replies to the matching query. Also reported and not fixed... Rob