CVSROOT: /cvs Module name: src Changes by: nat...@cvs.openbsd.org 2017/03/28 03:14:43
Modified files: usr.bin/mail : edit.c Log message: Prevent edit'ing a message from corrupting the mailbox. In an mbox file every message is terminated by an empty line, so we have to make sure it is preserved. Otherwise the message is combined with the next one. joint effort with deraadt and millert