mutt stable branch with some hacks

Minor UPDATING file edits.

+7 -7
+7 -7
UPDATING
··· 13 13 ! <half-up> and <half-down> in the pager are now symmetric. 14 14 ! $ssl_force_tls is now set by default. 15 15 ! Configure option --with-regex is renamed to --with-bundled-regex. 16 - Most modern OS should be fine to use their own regex library. The 16 + Most modern OS should be fine using their own regex library. The 17 17 rename is to clarify the intention of the option. 18 18 ! Configure option --disable-doc now only disables the manual generation. 19 19 Other parts of the doc directory (man pages, Muttrc file) are generated. ··· 25 25 $size_show_mb, $size_show_fractions, $size_units_on_left. 26 26 + $ssl_use_tlsv1_3, default set, allows TLS1.3 connections if supported 27 27 by the server. 28 - ! format-flowed space stuffing works again, and is performed after every 28 + ! format=flowed space stuffing works again, and is performed after every 29 29 edit, not just the first time. 30 30 + $browser_sticky_cursor, default set, attempts to keep the cursor on the 31 31 same mailbox when performing operations in the browser. 32 - ! <display-filename> in the browser shows the full path for local and IMAP 33 - mailboxes. 32 + ! <display-filename> in the browser menu shows the full path for local and 33 + IMAP mailboxes. 34 34 ! $sidebar_folder_indent and $sidebar_short_path are now based on previous 35 35 entries in the sidebar, allowing them to work on mailboxes outside $folder. 36 36 ! Sidebar entries are now prefixed with mailbox shortcuts '~' and '='. This 37 37 uses the same code as other parts of mutt, for more consistent display. 38 - + <browse-mailboxes> allows direct access to the mailboxes list from index 39 - and pager, without having to use a macro. This improves 40 - $browser_sticky_cursor selection of the initial mailbox. 38 + + <browse-mailboxes> allows direct access to the mailboxes list from the 39 + index and pager, without having to use a macro. This improves 40 + $browser_sticky_cursor initial selection of the current mailbox. 41 41 ! <pipe-message> with $pipe_decode set will update MIME headers to decoded 42 42 text/plain values. 43 43 + $send_multipart_alternative and $send_multipart_alternative_filter allow