X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=UPGRADING;h=81ebdde128c3abf6f518bec6219fcdc39ec38253;hb=cda74a06b6b5b719ae238c5b211b9aef55d64b2c;hp=1fa89690f60f649f929fe581f7613b828a356649;hpb=7e48409c3d6fb969706114b3c0962ffa0e112d37;p=apps%2Fmadmutt.git diff --git a/UPGRADING b/UPGRADING index 1fa8969..81ebdde 100644 --- a/UPGRADING +++ b/UPGRADING @@ -10,6 +10,22 @@ 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-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. + + The $net_inc variables has been added. + 2005-09-03: The ~u pattern has been added.