Dirk-Jan C. Binnema

Results 287 comments of Dirk-Jan C. Binnema

Hmm, this is hard to debug... perhaps there's some exception? In `gdb` I'd use `catch throw` and `catch catch` for that, guess we need to equivalent for `lldb`...

Is this still seen with 1.12.4? If so, can we get a backtrace with symbols, so we can see what's happening in `mu`?

Guess this problem is gone... if not, please re-open / file new ticket with the needed information - thank you!

Thank you for the effort/PR! However, I don't want an extra maildir-section in the main view. TBH, I don't see much value in having maildir shortcuts _without_ a shortcut; even...

Cannot reproduce. This is what I get: ``` From: "Dirk-Jan C. Binnema" To: Dirk-Jan C. Binnema Subject: =?utf-8?Q?t=C3=A9st?= Date: Wed, 03 Jul 2024 23:08:45 +0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain;...

Yes, it's all correct here. But, can you reproduce with a bare minimal mu4e? Use something like: ``` emacs -Q --eval "(progn (add-to-list 'load-path \"~/Sources/mu/build/mu4e\") (setq mu4e-mu-binary \"~/Sources/mu/build/mu/mu\") (require 'mu4e)...

"It's all correct here" means "When I try this, the subject is correctly encoded" We need to find out why it's not at your side. I suspect this goes a...

Hmm, I suspect it's something to do with the language-environment. Can you to reproduce with something like: ``` LANG=en_US.UTF-8 emacs -Q --eval "(progn (add-to-list 'load-path \"~/Sources/mu/build/mu4e\") (setq mu4e-mu-binary \"~/Sources/mu/build/mu/mu\") (require...

Can you attach a message file (anonymized as needed) where this happens? Thanks.

Emacs is just showing what it gets from the mu-server, it doesn't decode anything in the headers buffer. Looking in a message (where it's shown as expected, with `M-x describe-char`...