Commit f532b7b3 f532b7b3bea1231bdd53039d05746fc7083ab96e by Sergey Poznyakoff

Update

1 parent 7ddc0798
Showing 1 changed file with 5 additions and 1 deletions
1 GNU mailutils NEWS -- history of user-visible changes. 2007-06-27 1 GNU mailutils NEWS -- history of user-visible changes. 2007-06-28
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
3 See the end of file for copying conditions. 3 See the end of file for copying conditions.
4 4
...@@ -118,6 +118,10 @@ facility. ...@@ -118,6 +118,10 @@ facility.
118 * MH changes 118 * MH changes
119 119
120 ** sortm uses stable sort algorithm. 120 ** sortm uses stable sort algorithm.
121 ** send supports `--split'. The new option `--chunksize' allows to
122 set size of chunks to split the message into. The default size is
123 48032 (632 lines, each of 76 bytes).
124
121 125
122 * Support for old DBM has been withdrawn. 126 * Support for old DBM has been withdrawn.
123 127
......