openbsd-ports/mail/imap-uw/patches/patch-tmail_tmail_c
jakob 216a4bb871 - update to imap release 2002rc6
- conflict with courier-imap and courier-pop3
- imaputils-uw moved into imap-uw package, also availible as subpackage
2002-09-18 08:19:05 +00:00

12 lines
506 B
Plaintext

$OpenBSD: patch-tmail_tmail_c,v 1.1 2002/09/18 08:19:06 jakob Exp $
--- src/tmail/tmail.c.orig Mon Jul 15 00:49:28 2002
+++ src/tmail/tmail.c Sun Sep 8 20:51:54 2002
@@ -189,7 +189,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 */