X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=UPGRADING;h=9cd2ce9d55801e55ad6ebe5303b096f0744f66c1;hb=5bba49f1904801c2221426a7d8e2cc5cce055f02;hp=faeb1796f16ed6bbaa127533a16edb08cbc769bc;hpb=355d6c883e8aafb8f424c22aa576cf8262ed9e58;p=apps%2Fmadmutt.git diff --git a/UPGRADING b/UPGRADING index faeb179..9cd2ce9 100644 --- a/UPGRADING +++ b/UPGRADING @@ -10,8 +10,32 @@ This document is not the place for verbose documentation; it only offers the necessary keywords to look them up in the manual, ChangeLog or other sources of information. +2005-10-09: + + The "attachments" and "unattachments" commands were added. The %X + expando has been added to $index_format. The ~X pattern has been + added. The %Q and %X expandos have been added to $attach_format. + + As part of the above addition(s), the 'A' message status flag has been + removed again. + +2005-10-07: + + When upgrading to after a revision after 528, header caches must be + completely removed and rebuild again. From r540 on, this problem is + solved so manual interaction will not be necessary any longer. + +2005-09-14: + + The $smtp_envelope_from variable has been removed in favor of the + general $envelope_from_address. + + The $envelope_from option has been renamed to $use_envelope_from. + 2005-09-07: + SASL 1.x support has been removed. + All patterns may be prefixed with = instead of ~ to enable string search instead of regular expression match.