Simon Ser
Simon Ser
Please provide a stack trace. You can do so by compiling from source, reproducing the crash and then running `coredumpctl gdb` and then `bt full`. Here are some instructions to...
Maybe related: https://github.com/swaywm/sway/issues/6570
The backtrace you provided doesn't contain debug symbols. This most likely happens because the Sway binary you're using doesn't have debug information bundled. Can you try again with a manually...
> Also fix a bug where the transaction code will still wait for a client commit even though the instruction serial is 0 which is used to represent a unsuccessful...
Why isn't waycorner sufficient?
I'd prefer a more general approach to this problem, although it is more work: https://github.com/emersion/mako/issues/566
I'm not sure. pgpmail is supposed to only add PGP-related header fields, not other arbitrary header fields.
Hm, that's a good point… And actually, with the examples in the repo, a MIME-Version header field will be added to the encrypted header, which isn't very nice... I'm not...
> Why the Collect() method won't return an error? Sounds like a bug. > Is it possible to propagate the conversion error (regarding the library's design and access to setting...
Related: https://github.com/emersion/go-imap/issues/612