summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-04-22 06:53:57 -0700
committerKevin McCarthy <kevin@8t8.us>2020-04-24 15:38:31 -0700
commitd9cb34383fe41d14234f6fbe6da80d5c1e8a4b07 (patch)
tree9b2389b7bd2eb28120bfa1005eebef7e0505de0f /UPDATING
parent858d3f92da6da5b7a0133c2efac53bbdefcfcee7 (diff)
First draft of UPDATING file for 1.14 release.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING31
1 files changed, 30 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index a747d346..dff02151 100644
--- a/UPDATING
+++ b/UPDATING
@@ -3,11 +3,40 @@ mutt. Please read this file carefully when upgrading your installation.
The description of changes are intentionally brief. For a more detailed
explanation of features, please refer to the manual at
-http://www.mutt.org/doc/manual/
+http://www.mutt.org/doc/manual/ and the release notes at
+http://www.mutt.org/relnotes/
The keys used are:
!: modified feature, -: deleted feature, +: new feature
+1.14.0 (unreleased):
+
+ + $imap_deflate enables support for COMPRESS=DEFLATE compression.
+ Defaults unset, but please give it a try and report any issues.
+ ! Date pattern modifiers accept YYYYMMDD format dates.
+ + $crypt_opportunistic_encrypt_strong_keys modifies
+ $crypt_opportunistic_encrypt to only look at strong (fully-valid) keys.
+ ! Pattern modifies ~b, ~B, and ~h are allowed in send2-hook patterns.
+ + New compose menu functions <move-up> and <move-down> to rearrange
+ the order parts.
+ + Background editing support. Compose and browse your mailbox at the same
+ time, or have multiple compose sessions ongoing!
+ New config vars $background_edit, $background_confirm_quit, and
+ $background_format. New function <background-compose-menu> in the
+ index and pager menu. New %B expando added to the default for
+ $status_format. Please see the manual and release notes for details.
+ + $fcc_delimiter, when set, allows Fcc'ing to multiple mailboxes via
+ $record or fcc-hook.
+ + Index and pager menu functions <sidebar-first> and <sidebar-last>.
+ ! "mailboxes -label" allows displaying a label in the sidebar or
+ mailbox browser instead of the mailbox path. "-nolabel" removes
+ an existing label.
+ ! "mailboxes -nopoll" turn off new mail polling for the mailbox.
+ "-poll" restores polling for an existing mailbox.
+ ! "root" disposition added to the "attachments" command. Please see
+ the manual for the details of how it works.
+ ! Decryption failures will no longer abort the displaying the pager.
+
1.13.5 (2020-03-28):
! Bug fix release.