comparison ChangeLog @ 742:b00eb39643c1

Changes to how $originalmail$ works - No longer buffer the whole mail in memory, but copy a line at a time - Allow a line-count - Change to the indent/whitespace behaviour; to essentially get current behaviour, a space must be prepended to the lines currently containing $originalmail$ in the listtexts The interface to substitute() and substitute_one() has changed. They no longer take the original mail filename, and cannot be used to do $originalmail$ substitution. This was never used except by prepstdreply() which now incorporates that substitution itself.
author Ben Schmidt
date Mon, 20 Sep 2010 02:05:31 +1000
parents b72bcb7e08a2
children 926f184eec44
comparison
equal deleted inserted replaced
741:b72bcb7e08a2 742:b00eb39643c1
1 o Changes to how $originalmail$ works -- existing installations will change
2 behaviour due to this; prepending a space to the lines currently containing
3 $originalmail$ in the listtexts will generally retain current behaviour
1 o Allow arbitrary headers in list texts 4 o Allow arbitrary headers in list texts
2 o Ensure digest listtext is always closed 5 o Ensure digest listtext is always closed
3 o Fix Content-Transfer-Encoding: header for digests and list texts 6 o Fix Content-Transfer-Encoding: header for digests and list texts
4 o Fixed a bug that could cause a crash if $posteraddr$ appeared in the 7 o Fixed a bug that could cause a crash if $posteraddr$ appeared in the
5 maxmaiilsize listtext 8 maxmaiilsize listtext