Notes
- We have synchronised our code to upstream’s “encrypt-to-self” For now, both old and new options are understood.
Old Name | Type | New Name | Type |
---|---|---|---|
pgp_encrypt_self |
quad | pgp_self_encrypt |
bool |
smime_encrypt_self |
quad | smime_self_encrypt |
bool |
The new code accepts two new options to control which keys are used:
pgp_self_encrypt_as
, smime_self_encrypt_as
.
- We’ve made some internal changes to the browser and notmuch code. If you notice any problems, please let us know.
And, some old news:
- Twitter Twitter Twitter - @NeoMutt_Org
- RHEL7 now comes with Notmuch support
For more development details, see last week’s dev release
Thanks
Many thanks to our new contributors:
- Thomas Klausner (@0-wiz-0)
- Manos Pitsidianakis (@epilys)
- Hugo Barrera (@whynothugo)
- Johannes Frankenau (@tsuflux)
- Fabrice Bellet (@fbellet)
- Cinder88 (@cinder88)
- r3lgar (@r3lgar)
- Jonathan Perkin (@jperkin)
- Thomas Schneider (@qsuscs)
- Stefan Bühler (@stbuehler)
- Regid Ichira
- Leonidas Spyropoulos (@inglor)
- Phil Pennock (@philpennock)
- Floyd Anderson (@floand)
and our regular contributors:
- Pierre-Elliott Bécue (@p-eb)
- Ian Zimmerman (@nobrowser)
- Zero King (@l2dy)
- Tobias Angele (@toogley)
- Peter Lewis (@petelewis)
- Stefan Assmann (@sassmann)
- Somini (@somini)
- Bo Yu (@yuzibo)
- Julian Andres Klode (@julian-klode)
- Chris Czettel (@christopher-john-czettel)
- Elimar Riesebieter (@riesebie)
- Pietro Cerutti (@gahr)
- Antonio Radici (@aradici)
- Damien Riegel (@d-k-c)
- Thomas Adam (@ThomasAdam)
Features
- Support Gmail’s X-GM-RAW server-side search
- Include pattern for broken threads
- Allow sourcing of multiple files
Contrib
- vombatidae colorscheme
- zenburn colorscheme
- black 256 solarized colorscheme
- neonwolf colorscheme
- Mutt logos
Bug Fixes
- flags: update the hdr message last
- gpgme S/MIME non-detached signature handling
- menu: the thread tree color
- Uses CurrentFolder to populate LastDir with IMAP
- stabilise sidebar sort order
- colour emails with a ‘+’ in them
- the padding expando ‘%>’
- Do not set old flag if mark_old is false
- maildir creation
- Decode CRLF line endings to LF when copying headers
- score address pattern do not match personal name
- open attachments in read-only mode
- Add Cc, In-Reply-To, and References to default mailto_allow
- Improve search for mime.types
Translations
- Update Chinese (Simplified) translation
- Update German translation
Docs
- update credits
- limitations of new-mail %f expando
- escape <>’s in nested conditions
- add code of conduct
- fix ifdef examples
- update mailmap
- Update modify-labels-then-hide
- fix mailmap
- drop UPDATING files
- compile-time output: use two lists
Upstream
- Add ~<() and ~>() immediate parent/children patterns
- Add L10N comments to the GNUTLS certificate prompt
- Add more description for the %S and %Z $index_format characters
- Add config vars for forwarded message attribution intro/trailer
- Block SIGWINCH during connect()
- Improve the L10N comment about Sign as
- Auto-pad translation for the GPGME key selection “verify key” headers
- Enable all header fields in the compose menu to be translated
- Force hard redraw after $sendmail instead of calling mutt_endwin
- Make GPGME key selection behavior the same as classic-PGP
- Rename ‘sign as’ to ‘Sign as’; makes compose menu more consistent
- Change the compose menu fields to be dynamically padded
- Fix crash when $postponed is on another server.