Closed Tooniis closed 3 years ago
Yeah, I've been hitting this as well. An attempt at fixing this is in https://github.com/emersion/hydroxide/pull/155 but is not yet working.
Apparently the ProtonMail API now allows us to set the Message-Id header field for outgoing messages, so we should behave better now!
I'm using hydroxide with git send-email to send patches to the LKML. Sending single patches is fine, but patch series need to have an In-Reply-To header in each patch pointing to the cover letter, which hydroxide is not adding. Here are some examples of patches I sent with hydroxide:
You can append
raw
to any of the links to get a mbox file with all the headers.git is indicating in the send log that it added the header, so I don't think the issue is there.