openbsd-ports/mail/imap-uw/patches/patch-tmail_tmail_c
ajacoutot f453b02611 - update to 2006k (reminded by robert@)
- indent clean-up

ok robert@ (whom I suspect to own a time machine)
2007-11-13 14:11:17 +00:00

12 lines
510 B
Plaintext

$OpenBSD: patch-tmail_tmail_c,v 1.3 2007/11/13 14:11:17 ajacoutot Exp $
--- src/tmail/tmail.c.orig Mon Sep 17 22:58:56 2007
+++ src/tmail/tmail.c Tue Nov 13 14:57:52 2007
@@ -227,7 +227,6 @@ int main (int argc,char *argv[])
while ((c = getchar ()) != EOF) putc (c,f);
}
else {
- mm_log ("tmail called with LF-only newlines",WARN);
if ((tmp[0] != 'F') || (tmp[1] != 'r') || (tmp[2] != 'o') ||
(tmp[3] != 'm') || (tmp[4] != ' ')) {
*s++ = '\015'; /* overwrite NL with CRLF */