Subject: CVS commit: src/usr.bin/mail
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/15/2006 20:26:03
Module Name: src
Committed By: christos
Date: Fri Dec 15 20:26:03 UTC 2006
Modified Files:
src/usr.bin/mail: cmdtab.c mime_decode.c
Log Message:
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.17 -r1.18 src/usr.bin/mail/cmdtab.c
cvs rdiff -r1.5 -r1.6 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.