Under Development
stars

NeoMutt 20250905#

πŸ“– Notes#

This is a small release: one new config option and some bug fixes.

❀️ Thanks#

Many thanks to our new contributor:

  • Gopi Krishna Menon (@gopi487krishna)

and our regular contributors:

  • Pietro Cerutti (@gahr)

  • Dennis SchΓΆn (@roccoblues)

  • Ryan d’Huart (@homoelectromagneticus)

  • Marius Gedminas (@mgedmin)

  • Thomas Klausner (@0-wiz-0)

  • RΓ³bert HorvΓ‘th (@r001)

  • Rayford Shireman (@rayfordshire)

  • Gerrit RΓΌsing (@kbcb)

  • Emir Sari (@bitigchi)

  • Alejandro Colomar (@alejandro-colomar)

πŸ”’ Security#

  • #4623 ncrypt/crypt.c: Protect Message-ID

🎁 Features#

  • #4644 Provide an option to confirm on an empty To

✨ Contrib#

  • #4645 Add ayu-dark-256 colorscheme

🐞 Bug Fixes#

  • #4635 Handle a non-existing message_cache_dir

  • #4642 Decouple $crypt_encryption_info and $crypt_protected_headers_weed from $devel_security

  • #4650 Return success after querying for config

πŸ”§ Changed Config#

  • Add: confirm_empty_to = no Confirm when sending an e-mail with an empty To:

🏴 Translations#

  • 100% πŸ‡©πŸ‡ͺ German

  • 100% πŸ‡ΉπŸ‡· Turkish

  • 99% πŸ‡­πŸ‡Ί Hungarian

  • 98% πŸ‡±πŸ‡Ή Lithuanian

  • 89% πŸ‡«πŸ‡· French

πŸ—οΈ Build#

  • #4636 Update FreeBSD CI and workaround pkg bug

  • actions: use checkout v5

βš™οΈ Code#

  • #4023 tweak observer event types

  • #4628 Use the standard countof instead of our mutt_array_size()

  • #4637 Update types in test dummy code

  • #4638 remove useless const qualifier from log_queue_get()

  • #4655 Make sure ctype(3) function arguments are valid

  • #4657 Fix warning about unused function and data

  • #4659 Include term.h and [n]curses.h consistently