Subject: CVS commit: basesrc/usr.bin/mail
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 03/29/2002 17:07:53
Module Name:	basesrc
Committed By:	ross
Date:		Fri Mar 29 15:07:53 UTC 2002

Modified Files:
	basesrc/usr.bin/mail: cmd1.c cmd3.c def.h edit.c fio.c

Log Message:
only count header lines that are actually going to be displayed
when deciding whether to run $PAGER, otherwise it may start up the
pager for a two line message if all 55 header lines are the subject
of a .mailrc ignore command.

(And no, I don't find this program directly useful for reading
today's mail volumes, but it's great as a component run from wrapper
scripts, pretty good for scanning archived mail, and more than
adequate for sending mail.)


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 basesrc/usr.bin/mail/cmd1.c
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/mail/cmd3.c
cvs rdiff -r1.14 -r1.15 basesrc/usr.bin/mail/def.h \
    basesrc/usr.bin/mail/edit.c
cvs rdiff -r1.20 -r1.21 basesrc/usr.bin/mail/fio.c

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