]> granicus.if.org Git - mutt/commitdiff
Add some more documentation for users who are upgrading. This is
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 1 Mar 2000 18:05:36 +0000 (18:05 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 1 Mar 2000 18:05:36 +0000 (18:05 +0000)
more precise than the NEWS file, but confined to the more notable
changes.

README.UPGRADE

index 5826ca081ee814d8cdef9c706fd68f8ec1fdc7b4..429bf050888a60bf86fe9595e5863f7ade0cfcb8 100644 (file)
@@ -1,7 +1,6 @@
 UPGRADING FROM MUTT 1.0
 -----------------------
 
-
 Please read the present document carefully when upgrading Mutt from
 version 1.0 to the current version.  It lists a couple of
 configuration changes you may wish to make in order to continue
@@ -38,4 +37,26 @@ it.
 Note that "subscribe" implies "lists", and "unlists" implies
 "unsubscribe" - every subscribed list is known.
 
+
+3. Other changes you should know about
+
+- Header weeding: Header weeding is now controlled by a single $weed
+  variable.  You can set this variable using the usual "set"
+  command.  But, in practice, you'll most probably just use the
+  function "display-toggle-weed".  It's a replacement for
+  "display-headers", and is bound to "h" by default.
+
+  Note that this affects forwarding, replying (when $header is set),
+  decode-saving, and printing.
+
+- Message editing.  Mutt 1.0 used to have a somewhat strange
+  edit-message function.  This function has been split into
+  edit-message and resend-message.  edit-message gives you the
+  opportunity to edit a copy of the raw message.  When you are done,
+  mutt will copy the changed message to the current folder, and mark
+  the old version of the message for deletion.  resend-message can
+  best be thought of as "recall from current folder".  However, this
+  function also works from the receive-attachment menu, on
+  message/rfc822 body parts.
+
 $Id$