It looks like pwnm-sync will query a project's entire set of patch data, starting from the oldest message in the local mail store.
Since that set includes the full patch content, this can be a lot of content, but I assume you only need the states.
We may need a new patchwork API endpoint for this, but: perhaps we can just query the state data?
It looks like
pwnm-syncwill query a project's entire set of patch data, starting from the oldest message in the local mail store.Since that set includes the full patch content, this can be a lot of content, but I assume you only need the states.
We may need a new patchwork API endpoint for this, but: perhaps we can just query the state data?