Richard Russon
Richard Russon
Hi @Yedfree. Thanks for the feedback / vote of confidence :-) The changes are starting to look good, but I've hit some roadblocks: - The huge mass of tangled code...
`mutt_send_message()` -- Callers and children: 
Thanks for all the issues and (especially the) fixes :-) Sunday's my day of rest, when I struggle with the prize crossword. I'll try have a look through the issues...
Always? Or just the first time you opened the folder? Upgrading can often invalidate the header cache, causing NeoMutt to re-download all the headers. If you had, say `%X` (attachment...
Do you have caching enabled? `$header_cache`, `$message_cache_dir` Is it getting populated? (if you delete the files are they recreated) What's your `$index_format`? Can you try running with debugging enabled, `neomutt...
OK, we need examples! Lots of examples. Find a busy thread between several people on public mailing list that we can use as our test case. Then mock up some...
Turning off the tree characters would be pretty simple. Quick hack in branch [[flatcap/no-tree]](https://github.com/neomutt/neomutt/tree/flatcap/no-tree) For the best effect, config: ```sh # Always show the subject set hide_thread_subject = no #...