From owner-cvs-all Tue Dec 18 12:52:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E58E837B405; Tue, 18 Dec 2001 12:52:09 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBIKq9I61521; Tue, 18 Dec 2001 12:52:09 -0800 (PST) (envelope-from mikeh) Message-Id: <200112182052.fBIKq9I61521@freefall.freebsd.org> From: Mike Heffner Date: Tue, 18 Dec 2001 12:52:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mail aux.c cmd1.c cmd3.c cmdtab.c collect.c def.h extern.h fio.c head.c lex.c list.c mail.1 main.c names.c popen.c quit.c send.c tty.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/12/18 12:52:09 PST Modified files: usr.bin/mail aux.c cmd1.c cmd3.c cmdtab.c collect.c def.h extern.h fio.c head.c lex.c list.c mail.1 main.c names.c popen.c quit.c send.c tty.c Log: Sync with most of NetBSD's changes, including: *) Sync with 4.4BSD-Lite2 *) Set usecs for utimes() *) Add 'inc' command and 'autoinc' option that check for new mail manually and automatically, respectively *) Use POSIX signal handling and tty semantics *) Handle long lines correctly when paging messages *) Add ability to explicitly search 'To:' line *) Various manpage cleanups *) Support overriding '~/.mailrc' with $MAILRC *) Support 'askbcc' and 'asksub' options *) Fix various bugs Reviewed by: ru (mail.1) Obtained from: NetBSD Revision Changes Path 1.8 +4 -4 src/usr.bin/mail/aux.c 1.6 +26 -3 src/usr.bin/mail/cmd1.c 1.8 +7 -5 src/usr.bin/mail/cmd3.c 1.5 +2 -1 src/usr.bin/mail/cmdtab.c 1.8 +30 -15 src/usr.bin/mail/collect.c 1.8 +2 -2 src/usr.bin/mail/def.h 1.6 +15 -10 src/usr.bin/mail/extern.h 1.10 +54 -24 src/usr.bin/mail/fio.c 1.5 +2 -2 src/usr.bin/mail/head.c 1.12 +56 -12 src/usr.bin/mail/lex.c 1.5 +49 -3 src/usr.bin/mail/list.c 1.32 +82 -26 src/usr.bin/mail/mail.1 1.12 +11 -9 src/usr.bin/mail/main.c 1.7 +8 -4 src/usr.bin/mail/names.c 1.5 +36 -18 src/usr.bin/mail/popen.c 1.6 +3 -3 src/usr.bin/mail/quit.c 1.10 +19 -7 src/usr.bin/mail/send.c 1.5 +50 -26 src/usr.bin/mail/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message