Re: [PATCH v2] rust: adding UniqueRefCounted and UniqueRef types
From: Oliver Mangold
Date: Fri Feb 28 2025 - 15:14:06 EST
On 250228 2025, Andreas Hindborg wrote:
>
> I am using protonmail-bridge for sending as well. I don't think the
> issue is in the bridge, it must be in the way you compose/reply in mutt.
> I am not a mutt user, so I don't know how that works.
>
I think I got it now. A rather subtle combination of issues:
- I have mutt configured to use the Drafts folder of Protonmail
for postponed messages
- Protonmail drops the 'references' header when a mail gets stored
in Drafts like this
- protonmail-bridge drops the 'in-reply-to' header when there is no
'references' header
Thus when I postpone a mail and send it later, we see the current problem.
I just configured mutt to store drafts locally. So it should be okay
from now on.
Best,
Oliver