Results 215 comments of наб

After sending the mail, the actual sorting order in normal index view was unaffected? This is how it looks normally: [after.png.gpg.gz](https://github.com/neomutt/neomutt/files/8809015/after.png.gpg.gz)

If by crash you mean like a segfault, then I couldn't either. If by crash you mean that it does the weird thing, then I can repro this once more,...

Here's a fun bit: if you're in the menu and a mail comes in and you save an attachment, you get absolute gibberish. Well, not gibberish, but whatever's at [attachment...

The i-t bit makes sense, even if it's only preferable to have it in the part where we already process `ZFS_INITRD_ADDITIONAL_DATASETS`: ```sh for fs in $ZFS_INITRD_ADDITIONAL_DATASETS; do import_pool "${fs%%/*}" mount_fs...

Away from my workstation with the big screen, excuse the e-mail reply; assume all notes apply to all instances in the diff. > +In the event the checksum is not...

This is broken in 3.0.x as well. I get this on 3.0.5-7 off Debian: ``` 1[||||| 9.9% 36°C] 7[|| 1.9% N/A] 13[| 1.2% 36°C] 19[ 0.0% N/A] 2[| 0.6% 39°C]...

`ulimit -Sc unlimited`, get a dump, trace it in gdb?

FWIW, the [`std::string::find()`](https://en.cppreference.com/w/cpp/string/basic_string/find) API just returns `(size_t)-1` when the needle wasn't found, which has the added benefit of both returning the correct type and having an explicitly-named sentinel (`npos`, in...