1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
nmzmail ChangeLog
=================
nmzmail-1.1
* Include string.h instead of strings.h (patch by Tim Harder).
* Update README and manpage.
* Rename NEWS to ChangeLog.
nmzmail-1.0
* Remove deprecated -m option.
* Increase maximum number of separately specified
Maildirs to 1024 (was 32).
* Minor cleanups.
nmzmail-0.1.3
* Fix getopt on PPC platform (patch by Sebastien Cevey).
* Change commandline syntax for indexing (the -m option is deprecated now),
simply use "nmzmail -i <maildir1> <maildir2> ..." (noticed by Tom Martin
on zsh mailing list).
* Use automake/autoconf.
nmzmail-0.1.2
* Fix quoted multiword queries. E.g the query string "bug report" now only
returns results that literally contain the string "bug report".
* Add -n <limit> option to limit the number of results. Default is 2000.
nmzmail-0.1.1
* Fix a rather nasty bug, that can cause data loss if -r option is
used with directory names containing blanks.
nmzmail-0.1
* initial version
|