From: Thomas Roessler Date: Wed, 1 Mar 2000 18:05:36 +0000 (+0000) Subject: Add some more documentation for users who are upgrading. This is X-Git-Tag: mutt-1-1-8-rel~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=742a7e362bbb3fa5efa11c9245c4dcfc1e0bcf12;p=mutt Add some more documentation for users who are upgrading. This is more precise than the NEWS file, but confined to the more notable changes. --- diff --git a/README.UPGRADE b/README.UPGRADE index 5826ca08..429bf050 100644 --- a/README.UPGRADE +++ b/README.UPGRADE @@ -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$