File: NEWS

package info (click to toggle)
nmzmail 0.1.3-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 444 kB
  • ctags: 16
  • sloc: sh: 802; ansic: 300; makefile: 59
file content (20 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
nmzmail ChangeLog
=================
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