Richard Russon
Richard Russon
a quick breakdown of the deps for `mutt_parse_hook()` 
egypt, vim-fu, graphviz First, you need to build NeoMutt with some extra flags ```sh export EXTRA_CFLAGS="-fdump-rtl-expand" ./configure ... make ``` That'll generate a lot of `*.expand` files. Next, use the...
> One thing I'm just curious about is this condition to set `use_regex` to `false` Yes, `-noregex` is a new-ish feature. By default `folder-hook` and `mbox-hook` take a regex, e.g....
Thanks for the improvements @FrankGruellich :heart: @holmanb @brunnre8 @ryanakca As people who understand this better than I... any thoughts or suggestions? Thanks
Thanks everyone! :heart: > I don't want to offend the original contributors It's fine, they're Mutt people, not NeoMutt people :-) > I am thinking about rewriting the whole thing...
`memset()` moved; tests increased; asan happy :-)
> something eats up the spaces Try config: ``` unbind editor ``` One of Mutt's historic and unusual bindings is \ -> ``. That function means that if you're changing...
@neomutt/notmuch-users Anyone have any thoughts on this? (it seems reasonable to me)
> specify a profile as well Do many people use multiple profiles? Do **you** use profiles? ;-)
I've pushed a couple of commits to `test-library`. The first allocates a full set of objects in `test_open_and_close()`. The second adds a call to `dump_graphviz()` which dumps the objects as...