search by messageid?

Jeremy Kerr jk at ozlabs.org
Sat May 12 08:37:19 EST 2012


Hi Ben,

> Is it possible to find patches by messageid via the xmlrpc interface?  I'm a
> mutt user and would like to be able to find the patch id given a message id in
> one of my hooks.


You could call patch_list() with a filter of {'msgid': some_message_id}
- this should return a (possibly empty) list of patches. Would that work
for you?

Cheers,


Jeremy


More information about the Patchwork mailing list