Notes
This is a second bug-fix release It tidies up a few small problems from last week’s release (like the missing ChangeLog :-)
- @NeoMutt_Org - Follow us on Twitter!
- Six features are now “always built” as part of NeoMutt: sidebar, imap, pop, smtp, compressed, nntp. These features have no build dependencies and don’t add much to the size.
Key Bindings
https://neomutt.org/guide/configuration#bind-warnings
With the config, below, the ‘g’ mapping will not be usable.
bind index g group-reply
bind index gg first-entry
This is a limitation of Mutt. NeoMutt now warns you if you overwrite key bindings. To fix the warning, first disable the mapping:
bind index g noop
bind index gg first-entry
Thanks
Many thanks to our new contributors:
- Bo Yu (@yuzibo)
- Peter Hogg (@pigmonkey)
and our regular contributors:
- Tobias Angele (@toogley)
- Edward Betts (@edwardbetts)
- Stefan Assmann (@sassmann)
- Pietro Cerutti (@gahr)
- Werner Fink (@bitstreamout)
- Zero King (@l2dy)
Contrib
- unbind mappings before overwriting in vim-keys
Bug Fixes
- latest coverity issues (#624)
- don’t pass colour-codes to filters
- Don’t set a colour unless it’s been defined.
- crash if no from is set or founds
- ifdef command
Translations
- fix translations
- fix some remaining translation problems
Docs
- explain binding warnings
- don’t document unsupported arches
Build
- fix make git_ver.h
- allow xsltproc and w3m calls to fail
- fix make dist
Upstream
- Add a mutt_endwin() before invoking $sendmail
- Restore setenv function
- Fix tag-prefix to not abort on $timeout
- Change km_dokey() to return -2 on a timeout/sigwinch
- Enable TEXTDOMAINDIR override to make translation testing easier
- Fix “format string is not a string literal” warnings