Subject: CVS commit: src/usr.bin/mail
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/25/2006 18:43:29
Module Name:	src
Committed By:	christos
Date:		Mon Dec 25 18:43:29 UTC 2006

Modified Files:
	src/usr.bin/mail: complete.c list.c mail.1 main.c mime_decode.c names.c
	    version.c

Log Message:
From Anon Ymous

1) Add support for message selection based on the message body.  The
pattern matching is done on the MIME decoded body as would be seen by
the print command.

2) Don't hook editline when doing headers only: that mode is never
interactive and it messes up piping if output is redirected to a
command that expects tty input, such as 'more'.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.bin/mail/complete.c
cvs rdiff -r1.18 -r1.19 src/usr.bin/mail/list.c
cvs rdiff -r1.46 -r1.47 src/usr.bin/mail/mail.1
cvs rdiff -r1.25 -r1.26 src/usr.bin/mail/main.c
cvs rdiff -r1.6 -r1.7 src/usr.bin/mail/mime_decode.c
cvs rdiff -r1.24 -r1.25 src/usr.bin/mail/names.c
cvs rdiff -r1.10 -r1.11 src/usr.bin/mail/version.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.