bmclean2
bmclean2
Successfully got this to work using the above code patch. I needed to use `./configure --with-ssl=/usr/local/opt/openssl\@1.1/` Of note: When I run mbsync, I get the following warning on the oauth2...
> Rather than having to hack `mbsync` to get it to play nicely with the system sasl implementation, this seems to solve the problem using `cyrus-sasl` and `cyrus-sasl-xoauth2`, which is...
@flatcap That actually fixed it! Good call, thank you so much!
@flatcap Just seeking clarification on this. Removing %X does indeed fix the lag. Assuming I want to keep %X, however, what's not clear is why the cache that makes everything...
> When you change pages, more reading needs to be done. If you restart NeoMutt and open the same folder, the pages you've looked at before will be fast. Anything...
`20240329` starts up normally. I compiled it with the same options as the homebrew version except truecolor—couldn't figure out how to turn that on. So yes, only with `20240416`
The bisect found 9325596b2 as the problematic commit. Worth mentioning that while I was bisecting, 7520d13f6 printed this to the screen: `Assertion failed: (DTYPE(he_base->type) == DT_STRING), function cs_subset_string, file helpers.c,...
@flatcap, I did some more playing around on `20240416`. This line is the culprit: `folder-hook . "set index_format='%3C %4Z %?X?& ? %D %-20.20F %.70s (%-4.4c) %>'"` Specifically, if I change...
Can confirm that the original problem is rectified by `%> `.
@flatcap I have tried the `%>` (without the space) on debb1b1891a8248ce5f9aac1c653e201840b4e89 and can confirm that it works now.