Notes
Mostly tidying up this month, plus:
- Stronger checks on PGP decryption
- Tool ‘pgpring’ dropped – It was only useful for 20-year-old versions of PGP
- Add doxygen docs for more functions (total 1829: 82%) - https://neomutt.org/code/
Thanks
Many thanks to our new contributors:
- Bertram Scharpf (@bertramscharpf)
- Ivan J (@parazyd)
- Ahmed El Gabri (@ahmedelgabri)
and our regular contributors:
- Marius Gedminas (@mgedmin)
- Zero King (@l2dy)
- Reis Radomil (@reisradomil)
- Pietro Cerutti (@gahr)
- Bo Yu (@yuzibo)
- David Sterba (@kdave)
- Thiago Costa de Paiva (@tecepe)
- Pierre-Elliott Bécue (@p-eb)
- Lars Kellogg-Stedman (@larsks)
- Mehdi Abaakouk (@sileht)
- Tobias Angele (@toogley)
- Vladimir Zakharov (@z2v)
- Thomas Schneider (@qsuscs)
- Stuart Henderson (@sthen)
Features
- Expand variables inside backticks
- Honour SASL-IR IMAP capability in SASL PLAIN
Bug Fixes
- Fix toggle-read
- Do not truncate shell commands on ; or #
- pager: index must be rebuilt on MUTT_REOPENED
- Handle a BAD response in AUTH PLAIN w/o initial response
- fcc_attach: Don’t ask every time
- Enlarge path buffers PATH_MAX (4096)
- Move LSUB call from connection establishment to mailbox SELECTion
Translations
- Update Chinese (Simplified): 100%
- Update Czech: 100%
- Update German: 100%
- Update Lithuanian: 100%
- Update Portuguese (Brazil): 100%
- Update Slovak: 59%
- Reduce duplication of messages
Code
- Tidy up the mailbox API
- Tidy up the header cache API
- Tidy up the encryption API
- Add doxygen docs for more functions
- Refactor more structs to use STAILQ