Skip to content

NeoMutt 2024-04-25

Latest
Compare
Choose a tag to compare
@flatcap flatcap released this 25 Apr 09:28
· 47 commits to main since this release
20240425
2110f50

📖 Notes

This is a small Bug-Fix Release.

In particular, it fixes a few small quirks in the new Expando code.

💎 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
Tillman Jex
@tjex
  • Robert Labudda
  • Patrick Koetter (@patrickbenkoetter)
  • Sebastian Kowalczyk
  • 海老根蓉也
  • Reiko Kaps

Become a sponsor of NeoMutt

❤️ Thanks

Many thanks to our regular contributors:

🐞 Bug Fixes

  • #4263 fix: cache naming
  • #4261 expando: fix conditional padding
  • #4261 expando: fix container
  • #4261 expando: add lower-case operator
  • #4261 expando: add external filter
  • imap: add mailboxes more directly

🏴 Translations

  • trans: tidy messages

📚 Docs

  • doxy: add missing params

🏗️ Build

  • #4268 Filter out CFLAGS with paths from the output of '-v'
  • #4273 guard truecolor functions in tests
  • #4275 use homebrew in macOS build

⚙️ Code

  • use Buffer rather than strcat()
  • ncrypt: use gpgme types consistently