mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add initial UPDATING file entries for 1.13.0.

This is just an initial version, complete with typos and other
mistakes. Committing now so translators can refer to it.

+44
+44
UPDATING
··· 8 8 The keys used are: 9 9 !: modified feature, -: deleted feature, +: new feature 10 10 11 + 1.13.0 (Not yet released) 12 + 13 + ! <half-up> and <half-down> in the pager are now symmetric. 14 + ! $ssl_force_tls is now set by default. 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 17 + rename is to clarify the intention of the option. 18 + ! Configure option --disable-doc now only disables the manual generation. 19 + Other parts of the doc directory (man pages, Muttrc file) are generated. 20 + ! $user_agent is now unset by default. 21 + ! unattachments now has a '*' parameter to remove all attachment counting. 22 + + Autocrypt support. Enabled via configure option --enable-autocrypt. 23 + Please see the manual for details on how to enable and use this properly. 24 + + Byte size displays can be customized via new variables $size_show_bytes, 25 + $size_show_mb, $size_show_fractions, $size_units_on_left. 26 + + $ssl_use_tlsv1_3, default set, allows TLS1.3 connections if supported 27 + by the server. 28 + ! format-flowed space stuffing works again, and is performed after every 29 + edit, not just the first time. 30 + + $browser_sticky_cursor, default set, attempts to keep the cursor on the 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. 34 + ! $sidebar_folder_indent and $sidebar_short_path are now based on previous 35 + entries in the sidebar, allowing them to work on mailboxes outside $folder. 36 + ! Sidebar entries are now prefixed with mailbox shortcuts '~' and '='. This 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. 41 + ! <pipe-message> with $pipe_decode set will update MIME headers to decoded 42 + text/plain values. 43 + + $send_multipart_alternative and $send_multipart_alternative_filter allow 44 + the generation of a multipart/alternative when composing a message. See 45 + their documentation in the manual for more details. Also see 46 + contrib/markdown2html for a sample filter. 47 + + In the compose menu <view-alt>, <view-alt-text>, <view-alt-mailcap> allow 48 + previewing the output of the $send_multipart_alternative_filter. 49 + ! $write_bcc now defaults unset. It no longer affects the Fcc copy, which 50 + will always include the Bcc header. 51 + + When $count_alternatives is set, Mutt will recurse inside 52 + multipart/alternatives while performing attachment searching and counting. 53 + This affects %X in the index and ~X pattern matching. 54 + 11 55 1.12.2 (2019-09-21): 12 56 13 57 ! Bug fix release.