:book: Notes

A smallish release, this month. Plenty of bug-fixes, but the majority of the changes happened behind the scenes.

:gem: Sponsors

Special thanks to our sponsors:

Jakub Jindra
(@jindraj)
Scott Kostyshak
(@scottkosty)
Ander Punnar
(@4nd3r)
Igor Serebryany
(@igor47)
Martin Spendiff
(@veebch)
Mark Korondi
(@kmARC)

Become a sponsor of NeoMutt

:heart: Thanks

Many thanks to our new contributors:

our regular contributors:

:gift: Features

  • #4126 - add alias ‘tags:’

:beetle: Bug Fixes

  • #4115 - create HelpBar after colours
  • #4116 - Fix Batch Sending of Emails
  • #4119 - Fix Header Cache Key Handling
  • #4121 - mutt_oauth2.py: error out if ENCRYPTION_PIPE was not supplied
  • #4124 - config: fix flag overlaps
  • #4125 - compose: restore view-text/pager/mailcap
  • color: fix attr_color_copy()
  • fix :color dump
  • fix leak in completion
  • force mail check on current mailbox after <imap-fetch-mail>
  • Allow sending an empty mail
  • mutt_oauth2.py: Use readline to overcome macOS input() restrictions

:wrench: Changed Config

  • add $history_format: ‘%s’

:black_flag: Translations

  • 100% :czech_republic: Czech
  • 100% :de: German
  • 100% :lithuania: Lithuanian
  • 100% :serbia: Serbian
  • 100% :slovakia: Slovak
  • 100% :tr: Turkish
  • 99% :es: Spanish
  • 99% :hungary: Hungarian

:shield: Coverity defects

  • #4111 Educate Coverity about ARRAYs
  • fix defects

:building_construction: Build

  • #4098 - build: use fallthrough attribute
  • #4100 - build: split maildir and mh types
  • #4101 - version: drop default features
  • #4108 - strip non-conditionals
  • #4122 - add github action to check for unused functions (xunused)
  • update fedora action
  • coverage: fix build for lcov v2
  • tests: fix error cases

:gear: Code

  • #4097 - config: add DT_ON_STARTUP
  • #4104 - Change mutt_default_save() and addr_hook() to take a buffer
  • #4105 - Use buffer pool in tests
  • #4106 - Switch some buffers to use the buffer pool
  • #4109 - Improve the Progress Bar
  • #4117 - remove MxOps::path_parent() and mutt_path_parent()
  • #4120 - remove unused functions
  • #4131 - move editor test code
  • #4133 - move log_disp_null() into test folder
  • #4137 - move config string name functions into tests
  • add: hook_new()/hook_free()
  • fix more printf-style params
  • rename compare to equal
  • hcache: renaming for clarity