Subject: CVS commit: src/usr.bin/mail
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/18/2006 19:48:45
Module Name:	src
Committed By:	christos
Date:		Mon Sep 18 19:48:44 UTC 2006

Added Files:
	src/usr.bin/mail: complete.c complete.h

Log Message:
Jumbo mail patch from our anonymous user:

1) Use editline [optional]:
   Most of this code was borrowed from src/usr.bin/ftp.  It does the
   appropriate editing, history, and completion for all mail commands
   (from cmdtab[]) and also does editing on header strings ('~h' inside
   the mail editor).


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/usr.bin/mail/complete.c src/usr.bin/mail/complete.h

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