~labrat


#514 Support missing for self-signed certificates? 3 years ago

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.

#514 Support missing for self-signed certificates? 3 years ago

on ~sircmpwn/aerc2

REPORTED RESOLVED DUPLICATE

#514 Support missing for self-signed certificates? 3 years ago

on ~sircmpwn/aerc2

RESOLVED WONT_FIX REPORTED

#514 Support missing for self-signed certificates? 3 years ago

Comment by ~labrat on ~sircmpwn/aerc2

it's not a wontfix... someone just needs to implement #329

#514 Support missing for self-signed certificates? 3 years ago

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.

#514 Support missing for self-signed certificates? 3 years ago

on ~sircmpwn/aerc2

REPORTED RESOLVED DUPLICATE

#514 Support missing for self-signed certificates? 3 years ago

on ~sircmpwn/aerc2

REPORTED RESOLVED DUPLICATE

#513 Searching large Maildirs is pretty slow 3 years ago

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

#511 UTF-8: Downgraded message support 3 years ago

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_BUG

#506 Cannot run master without stylesets-dirs set in config 3 years ago

Comment 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