Richard Russon

Results 317 comments of Richard Russon

OK, change of plan. I think we should hijack `subjrx_apply_mods()` instead of _all of the above_. If the subject contains any bad whitespace or other bad characters, replace them and...

The best template is `format_string()` and we can simplify it a lot. We don't care about min/mix sizes of justification. We don't care about colours or tree characters. Copy `format_string()`...

> Change the default behavior to `yes` That sounds reasonable... > Remove the variable We can easily do that too. The config system has a flag `D_INTERNAL_DEPRECATED` which means options...

> some functions I could use, or look at All the functions for dealing with `struct Address` and `struct AddressList` live in https://github.com/neomutt/neomutt/blob/main/address/address.c You'll probably want `mutt_addrlist_equal()`, but that won't...

> Error detected while processing /Users/reportaman/.vim/plugged/neomutt.vim/syntax/neomuttrc.vim: > line 467: Argh! Sorry about that. Fixed. Thanks

> Also I do not get any syntax coloring while opening files with name `.neomuttrc` The syntax is enabled by a condition in ftdetect/neomuttrc.vim. It lists some file names that...

> Wow, that's fast! Luck. You just caught me before bed :-) > Error detected while processing /opt/homebrew/Cellar/neovim/HEAD-ad98b84/share/nvim/runtime/plugin/rplugin.vim[65]..function 75_LoadRemotePlugins[1]..75_GetManifest[1]. > .75_GetManifestPath: > line 7: > E117: Unknown function: stdpath Hmm......

The first block seem to be a limitation of our syntax highlighting (it's fiendishly complicated :-) Quoting the pattern works around that: ``` color index color142 color234 "~N" ``` Changing...

Sorry, I can't repeat this. Please can you run with logging enabled: `neomutt -d6` and see if there's any useful info in `~/.neomuttdebug0` Thanks

I'm happy to add more contrib to NeoMutt (and share tips on the website). What does `git-neomutt` need to do? Where does it fit in your workflow? Can NeoMutt already...