Any #lei / #publicinbox experts around to help me with this (maybe @monsieuricon?):
What's the best to subscribe to a thread on lore[1]?
My current plan looks like this:
* Move a message from the thread I care about to a dedicated imap folder
* regularly run a script that
1. extracts the msg-ids from all messages in that folder
2. run a lei query[2] to get all messages from threads with said msg-ids
Or can lei handle that more elegantly, e.g. without a script?
[1] e.g. if one of a few Dozent mails an earlier lei search found turns out to be something I want to monitor?
[2] e.g. "lei q -I https://lore.kernel.org/all/ -o maildir:/some/place --threads --dedupe=mid [email protected] rt:90.days.ago.."
