summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2022-01-27 14:29:35 -0800
committerKevin McCarthy <kevin@8t8.us>2022-01-27 15:36:44 -0800
commit890eb88cb082f533971a239d3e72312201874e1a (patch)
treecb820d71998e48339380f5e3c618e38644f90658 /UPDATING
parent23ef6eb1ee577d58c8b264c1a1f13d167b28fb2f (diff)
Initial draft of UPDATING file changes for 2.2.0.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 73ea14cd..27415054 100644
--- a/UPDATING
+++ b/UPDATING
@@ -9,6 +9,28 @@ http://www.mutt.org/relnotes/
The keys used are:
!: modified feature, -: deleted feature, +: new feature
+2.2.0 (unreleased):
+
+ + $pager_skip_quoted_context determines the number of lines to show
+ before unquoted text when using <skip-quoted> in the pager.
+ ! Quadoption prompts and a few boolean prompts now have a '?' choice,
+ which will display the associated configuration variable.
+ ! <enter>, <return>, and <keypadenter> can be bound to separate
+ functions/macros.
+ + $sort_thread_groups can be used to sort top-level thread groups differently
+ than subthreads.
+ ! contrib/smime.rc now uses the cms utility for SMIME encryption/decryption.
+ + $compose_confirm_detach_first helps prevent accidentally deleting your
+ typed message in the compose menu.
+ + The $attach_save_charset_convert quadoption prompts to allow charset
+ conversion of received text-type attachments when saving them to disk.
+ + --with-gsasl allows configuration with the GNU SASL library, as an
+ alternative to Cyrus.
+ ! $reply_regexp is now localizable by translators, to add other
+ non-standard prefixes used in the locale. "aw" was removed from the
+ default value.
+ ! $rfc2047_parameters is enabled by default.
+
2.1.5 (2021-12-30):
! Bug fix release.