summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-10-03 10:47:20 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-10-03 10:47:20 +0000
commit21222a36e0ac822585c61a035653e848df5abe98 (patch)
tree66f000e509445967d3bf20f92d98d02b650759bd /NEWS
parent4b3eacf3433aada8ea5e4b7e367810c6673517c9 (diff)
Document some of the recent user-visible changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
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
-----------------------