From: Thomas Roessler Date: Tue, 3 Oct 2000 10:47:20 +0000 (+0000) Subject: Document some of the recent user-visible changes. X-Git-Tag: mutt-1-3-10-rel~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21222a36e0ac822585c61a035653e848df5abe98;p=mutt Document some of the recent user-visible changes. --- diff --git a/NEWS b/NEWS index 22a2abf8..9393c82f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Major changes since 1.2 +----------------------- + +- The $send_charset variable now contains a colon-separated list of + possible send character sets, by default it's + us-ascii:iso-8859-1:utf-8. Mutt selects the first character set + which can be used to encode the message you are going to send + without loss. + +- Mutt now tries to automagically determine the $charset variable's + value from the locale you are using. It may, however, fail, so + please check this value by typing ":set ?charset" into mutt, and + possibly adding an appropriate entry to your .muttrc file. + +- The $to_chars variable has grown. In particular, you will notice + that mailing list messages are now marked with an "L" character. + If you don't like this behaviour, just add this line to your + .muttrc: + + set to_chars=" +TCF " # Don't tag list mail in the index + + This restores the original behaviour. + + Major changes since 1.1 -----------------------