> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of
> Andreas Rheinhardt
> Sent: Saturday, 11 September 2021 11:19
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v4 00/18] Subtitle Filtering
>
> Soft Works:
> > v4 Update:
> >
> > - Re-sending due to Patchwork having failed to parse my patchset
> > There seems to be a bug in Patchwork when parallel processing is
> > enabled.
> > This time, I'll send the e-mails slowly, one after another.
> >
>
> The reason is that there are no in-reply-to headers in your mails,
> which
> is why neither MUAs nor patchwork recognize the series as a series.
>
> (Also notice that at least outlook mangles your mails, in particular
> the
> message-id (and adds the original message-id as
> X-Microsoft-Original-Message-ID); but it does not mangle the in-
> reply-to
> field correspondingly, which also breaks threading. I get around this
> by
> first sending the first mail of a patchset and then sending all the
> other mails with "--no-thread --start-number=2 --numbered
> --in-reply-to=<the mangled message-id of the first mail>". But your
> mails actually lack both the X-Microsoft-Original-Message-ID as well
> as
> the in-reply-to headers.)
Hi Andreas,
I realized that I forgot to supply the --thread parameter to
git format-patch. Only then it will create the message id and
in-reply-to headers.
Even though Outlook replaces the message ids with its own IDs,
it seems to be sufficient for Patchwork when messages have a common
In-reply-to value, even when none of the messages actually had that
id.
If you create the patches with cover letter (you don't need to send
it), then the 1st patch will already have an in-reply-to header
(pointing at the cover letter's MsgID).
I use this:
git format-patch -v 5 -s -o "v:\ffbuild\source\patches" --thread --cover-letter
--add-header "X-Unsent: 1" --suffix .eml --to ffmpeg-devel@ffmpeg.org -12 abcde
Afterwards I just open each .eml file in Outlook and hit 'send',
(which only works when the X-Unsent header is present)
softworkz
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".