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