X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=UPGRADING;h=cd4f75c749d6d473d8d97c5d2a30105bb955abef;hp=9cd2ce9d55801e55ad6ebe5303b096f0744f66c1;hb=103addea87100ee814eaad2a8cf7d944936ab582;hpb=d6988dab6bd378ccdf0f17aaa16de8aee1ceaf43 diff --git a/UPGRADING b/UPGRADING index 9cd2ce9..cd4f75c 100644 --- a/UPGRADING +++ b/UPGRADING @@ -10,11 +10,30 @@ 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. +2006-01-13: + + The semantics for $muttng_folder_name has slightly changed, see docs. + +2005-10-23: + + The %u expando for $sidebar_number_format has been added. + +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. + 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.