Comment by ~labrat on ~sircmpwn/aerc2
we can probably implement it so that we can pin the certificate fingerprint itself, the feature should be pretty much the same I guess as we can just walk the chain and if one of them matches the chosen fingerprint tze user specified we're good I think.
Didn't look too deep into it though.
Comment by ~labrat on ~sircmpwn/aerc2
it's not a wontfix... someone just needs to implement #329
Comment by ~labrat on ~sircmpwn/aerc2
kindly stop trying to triage bugs that we closed, thanks.
312, 329, 475 take your pick.
If you'd asked in any of our communication channels you'd have gotten that answer. The bug tracker is not a user support forum.
Comment by ~labrat on ~sircmpwn/aerc2
searching and sorting actually. Whatever needs us to parse all headers. We should cache the headers as neomutt does
Comment by ~labrat on ~sircmpwn/aerc2
that RFC tells you that you must not try to decode quoted words, that realname is quoted.
Yes, other MUAs decode such headers but it's not rfc compliant
REPORTED
RESOLVED NOT_OUR_BUGComment by ~labrat on ~sircmpwn/aerc2
I have no idea how you get aerc to fail... I can build the current master, use the default config with stylesets-dirs and template-dirs removed and aerc happily does what's expected and starts up.
Closing this as I can't reproduce it, if you get an error like
Failed to load config: Unable to load default styleset: Can't find styleset "default" in any of [stylesets]
That means that you are in fact setting SHAREDIR to "" in the compilation step which is nonsensical. You also need to go out of your way to manage that as the makefile has a sane default.
REPORTED
RESOLVED NOT_OUR_BUG