Richard Russon
Richard Russon
Thanks for the feedback :heart: I spent the day working on this and made _some_ progress, but I'm not done yet. The trouble is the Pager combined with limit. There...
> indescribable hehe, you managed though :-) > `set index_format="%4C %Z %(%y %b %d %H:%M) %-15.15F (%4l%?X?+%X&?) %H %s"` > `set index_format="%4C %Z %(%y %b %d %H:%M) %-15.15F (%?l?%4l&%4c?) %H...
Thanks for all the debugging. I can repeat the problem and I understand what's going wrong. The new mail causes the thread-tree to be rebuilt, but someone's still using the...
I don't see the error `Macro loop detected` Which version of NeoMutt are you using? My quick tests show that it doesn't work in NeoMutt: 2022-04-29, 2023-03-22, 2023-04-07 or Mutt...
@mlmatlock Are you able to give any more detail on crash? @croyleje's dump wasn't terribly helpful :-) ``` ... #9 0x000055a7130dd5c2 in () #10 0x000055a7130e5292 in () ... ```
Very helpful, thanks! ``` main.c:1351: main (argc=1, argv=0x7ffd7d6767b8, envp=0x7ffd7d6767c8) index/dlg_index.c:1352: mutt_index_menu (dlg=0x556814f0c6f0, m_init=0x55681479d800) sidebar/functions.c:387: sb_function_dispatcher (win=0x556814f079d0, op=274) sidebar/functions.c:230: op_sidebar_open (wdata=0x556814f07a90, op=274) index/dlg_index.c:1454: dlg_change_folder (dlg=0x556814f0c6f0, m=0x55681479d800) index/dlg_index.c:640: change_folder_mailbox (menu=0x556814f0ca20, m=0x55681479d800, oldcount=0x556814d75bd4,...
Thanks, @croyleje that's more enlightening :-)
Years ago, I knocked up a quick prototype for this... [](https://asciinema.org/a/82605) Code in the [[matcher]](https://github.com/neomutt/neomutt-old/tree/matcher) branch, in the [neomutt-old](https://github.com/neomutt/neomutt-old#neomutt-2017-10-13) repo ... but I didn't have time to work out all...
> as I understand the [matcher] functionality works like a quick search. yes > most of the time everybody wants to type 2-3 letters and go up or down from...
Sorry for the slow reply; I've been having a dig around in the code. > the thing is I really like the quick/search/type thing about it ooh, good :-) >...