Results 326 comments of Alejandro Colomar
trafficstars

Would you mind checking with an old version of neomutt (1 year or so) if this worked? I'm interested in knowing if I broke it with recent changes. Other than...

I've never used S/MIME, and have little idea of how to set it up. Can anyone create and share a private/public key pair and give some minimal explanation of how...

> ## Expected Behaviour > > Like with PGP, neomutt should replace the hidden subject `...` by the subject included in the encrypted mime section. > ## Actual Behaviour >...

Here's a candidate reason why the subject would not be updated in the index: - Other than that, I'm not seeing important differences of handling PGP and S/MIME; most code...

> if you unset : set crypt_protected_headers_subject = "" it doesn't encrypt the subject. but the body is encrypted. Maybe that is a solution. No, it's not. This is about...

I'll try to have a look. (Feel free to ping me if I forget about it.)

Yes, I should've said a warning. However, I usually consider any warning in -Wall -Wextra a bug in my code. It's rare the case when it's not, and I always...

I used `$(pkg-config --cflags opencv4)`, on Debian Sid, which results in: ``` $ pkg-config --cflags opencv4 -I/usr/include/opencv4 ``` So the problem is there. My code includes ``. BTW, I know...

Hmmmm, that's sad. I don't use and am not willing to use CMake. I guess I'll have to inform the Debian maintainers that the pkg-config files are not maintained upstream,...

I'm using `make` & `pkg-config` as a build system, if you are curious. And I'm quite happy with their features.