Subject: CVS commit: [netbsd-4] src/usr.bin/mail
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/19/2007 13:37:22
Module Name:	src
Committed By:	tron
Date:		Mon Feb 19 13:37:22 UTC 2007

Modified Files:
	src/usr.bin/mail [netbsd-4]: cmdtab.c mime_decode.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #454):
	usr.bin/mail/cmdtab.c: revision 1.18
	usr.bin/mail/mime_decode.c: revision 1.6
From Anon Ymous:
1) When detaching, don't try to close things we shouldn't (after
   doing the header).  Specifically, mip->mi_head_end was not
   getting set correctly in mime_sendmessage().
2) Change paging to be closer to its old behavior: next, dt, and dp
   should only page if the crt variable is set; and don't automatically
   page most other commands - the user can always pipe them into more.


To generate a diff of this commit:
cvs rdiff -r1.16.2.1 -r1.16.2.2 src/usr.bin/mail/cmdtab.c
cvs rdiff -r1.5 -r1.5.2.1 src/usr.bin/mail/mime_decode.c

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