:book: Notes

This is mostly a bug-fix release, but there are two bigger changes to note.

First, it features the start of some work to improve message security. (if you’re knowledgeable and brave, see $devel_security below)

Second, it removes support for Mixmaster – an anonymous remailer. That was quite a lot of code that nobody used for many years.

: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
Mateus Etto
@yutsuten
J Sheng
@lamons
Bastian Bittorf Blunix GmbH
Linux support company
from Berlin, Germany
  • Robert Labudda
  • Patrick Koetter (@patrickbenkoetter)
  • 海老根蓉也
  • Reiko Kaps
  • Joonas Laine
  • Marton Balazs

Become a sponsor of NeoMutt

:heart: Thanks

Many thanks to our new contributors:

and our regular contributors:

:lock: Security

  • #4243 - security: kill unnecessary blank lines
  • #4251 - more security improvements
  • #4282 - improve NeoMutt bailout handling

:gift: Features

  • #4329 - remove mixmaster
  • #4149 - honour umask in attach save

:beetle: Bug Fixes

  • #3945 - do not force username in addition to client certificate
  • #4341 - Fix ‘%z’ and ‘%Z in ‘%{…}’ expando
  • #4356 - Allow longer maildir filename suffixes
  • #4357 - Don’t force mbox stats calculations on startup
  • #4365 - Fix sorting INBOX and its subfolders
  • #4367 - Let ~Y match each tag individually
  • #4371 - ignore macro events during autocrypt initialization
  • #4383 - Generate the Message-ID earlier
  • compose: fix $compose_confirm_detach_first

:wrench: Changed Config

  • set crypt_encryption_info = yes Add an informative block with details about the encryption
  • set crypt_protected_headers_weed = no Controls wether NeoMutt will weed protected header fields
  • set devel_security = no Devel feature: Security – https://github.com/neomutt/neomutt/discussions/4251
  • $mixmaster is deprecated
  • $mix_entry_format is deprecated

:black_flag: Translations

  • 100% :de: German
  • 100% :lithuania: Lithuanian
  • 100% :serbia: Serbian
  • 100% :es: Spanish
  • 81% :fr: French

:books: Docs

  • #4350 - Fix configure script name in INSTALL.md
  • fix para ordering

:building_construction: Build

  • #4280 - Update autosetup
  • #4281 - Update acutest to the latest upstream commit
  • #4289 - don’t treat stddef.h specially
  • #4306 - Add -std to CFLAGS too
  • #4307 - require C11
  • #4347 - Support BerkeleyDB 18.1
  • #4362 - Assume ‘struct timespec’ exists
  • fix idn2 typo

:gear: Code

  • #4113 - Close the hcache handle on failure to open the store
  • #4214 - upgrade assert()
  • #4283 - mutt/list.c: Use STAILQ_FOREACH_SAFE() in stailq deallocators
  • #4296 - Use wmem*() functions with wide-character strings
  • #4297 - ncrypt/crypt.c: Fix allocation size calculation
  • #4305 - remove mutt_expand_path()
  • #4308 - fix -Wdouble-promotion warnings
  • #4310 - scanf: initialise out-vars
  • #4312 - Allow opening the header cache in non-O_CREAT mode
  • #4337 - Fix function pointer types
  • #4348 - Check mutt_date_parse_date()s return value
  • #4366 - Fix up slashes in imap_fix_path()
  • #4378 - Fix padding with an empty string
  • tidy expando library