On May 6, 2025 1:04:47 AM GMT+02:00, "nomike (they/them)" <nom...@nomike.com> wrote: >Hi! > >I've submitted 77913, got some feedback, adapted my patch and now want to >submit it as a v2. > >Manually my workflow would be: > >```shell >git format-patch -1 # produces file 0001-gnu-Add-scad-dbus.patch >git send-email --annotate -v2 --to=77...@debbugs.gnu.org >0001-gnu-Add-scad-dbus.patch >``` > >How can I do the same with `mumi send-email`? >I can't find a lot of documentation on mumi, only the "--help" page and a [few >words in the guix >manual](https://guix.gnu.org/manual/devel/en/html_node/Debbugs-User-Interfaces.html#Command_002dLine-Interface). Hello, Does send-email really support -v2 with a patch file? Doesn't it only support it with commits? Anyway to answer the question, I would use -v2 with formát-patch, not send-email. Regards Rutherther > >Is there some more documentation somewhere? > >Thanks! > >nomike >