meskio
meskio
I was wrong, the thing that improved the situation for me was to remove the hook I use to auto-refresh every buffer I switch to. Refreshing keeps being pretty slow,...
I found out the source of my slowness. If I set `thread_authors_replace_me` to False it gets fast again. It looks like doing this author replacement does read from disk every...
I just added it to the wiki: https://github.com/pazz/alot/wiki/Contrib-Hooks#generate-autcrypt-header-and-import-keys-from-it Just to notice my hooks in the gist uses [sequoia](https://sequoia-pgp.org/) to produce a smaller autocrypt header than gnupg. But the difference for...
I'm also hitting this problem very frequently running alot from master. @elenril did you manage to write a patch for notmuch? do you need any help testing it or something?
@pazz answering your questions: 1. In alot's master branch I still producing the problem, I haven't review #1485 but it doesn't look like it has fixed the problem. 2. @sgelb's...
@sgelb as you did the proposal, do you want to send the PR? If not I can send it myself, I'll wait a couple of days for @sgelb reply and...
I belive this was solved by: 37395809db473fb9a4157084a5b1ea3165914556 I think this issue can be closed.
I see the change was introduced by #1421, by f99ba2b4d20c02f487626c69f4c9686f90a247fc. Before (in `extract_body`) there was some walk around the parts collecting a list of parts to display, after that change...
How do you detect the local timezone? I see chrono has a `Local` TimeZone, but if I want it of type `Tz` I'm not sure how to detect it. (sorry...
I've documented a similar setup for a tor bridge here: #127