X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=UPGRADING;h=8296e4a4e0b6e878ec86cfaef7e1fb736703b518;hb=9b2de495f7633f79348842cf19ea62e8561a27cc;hp=650a06dc5591d758a88feb3cf5809c7606dd6380;hpb=b85f52d2ec4d820ab5c4b577857548bec294bb27;p=apps%2Fmadmutt.git diff --git a/UPGRADING b/UPGRADING index 650a06d..8296e4a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -10,6 +10,39 @@ 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-14: + + The generic function has been added. + +2005-10-13: + + The $list_reply variable has been removed and replaced by + $force_list_reply without a synonym. + +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. For + better control purpose, the $count_attachments variable has been + added, too. + + 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.