Long message IDs aren't supported by `dim apply-branch`
Running this:
curl https://patchwork.freedesktop.org/patch/366504/mbox/ | dim apply-branch drm-misc-next
Shows this error:
sed: -e expression #1, char 57: unknown command: `<'
The Message-Id
header field uses a continuation line:
Message-Id:
<k52vYFBQ5ZO18TgZl3W8MgP6f4qu5Ncir7w-On8Dm0V2KTAcVkUoS7-IGPcvDJAXLsyJAUsD0QFJts3Dy0yWyHXVh85axrZkybh3MGGFhQc=@emersion.fr>
I think this breaks dim apply-branch
.