From ee7f4d32f9f2c9b9f1a5a291bc16b9bd5aac5120 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 12 Jun 2000 23:20:16 +0000 Subject: pop provider now uses the crlf filter svn path=/trunk/; revision=3538 --- camel/camel-mime-filter-crlf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-mime-filter-crlf.c') diff --git a/camel/camel-mime-filter-crlf.c b/camel/camel-mime-filter-crlf.c index 63ebfca62b..5cc409d554 100644 --- a/camel/camel-mime-filter-crlf.c +++ b/camel/camel-mime-filter-crlf.c @@ -84,7 +84,7 @@ filter (CamelMimeFilter *f, char *in, size_t len, size_t prespace, if (*p == '\n') *q++ = '\r'; else - if (do_dots && *(p - 1) == '\n' && *p == '.' && *(p + 1) != '.') + if (do_dots && *(p - 1) == '\n' && *p == '.') *q++ = '.'; *q++ = *p++; } -- cgit v1.2.3