From a0c1a491f146e480589496c0714a9be6857d2c26 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 6 Mar 2003 14:39:30 +0000 Subject: Fixes for bug #39168 2003-03-06 Jeffrey Stedfast Fixes for bug #39168 * providers/local/camel-spool-summary.c: Get rid of the empty private struct. * providers/local/camel-mbox-summary.c: Get rid of the empty private struct. * camel-vee-store.c: Get rid of the empty private struct. * camel-mime-filter-from.c: Get rid of the empty private struct. 2003-03-05 Jeffrey Stedfast * providers/sendmail/camel-sendmail-transport.c (sendmail_send_to): Add a CRLF filter to the output stream to convert any CRLF sequences into plain old line-feeds to work around a bug in some local transport programs. svn path=/trunk/; revision=20187 --- camel/camel-mime-filter-from.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'camel/camel-mime-filter-from.h') diff --git a/camel/camel-mime-filter-from.h b/camel/camel-mime-filter-from.h index cbc2e70a94..b8f1bb9a4e 100644 --- a/camel/camel-mime-filter-from.h +++ b/camel/camel-mime-filter-from.h @@ -39,9 +39,7 @@ typedef struct _CamelMimeFilterFromClass CamelMimeFilterFromClass; struct _CamelMimeFilterFrom { CamelMimeFilter parent; - - struct _CamelMimeFilterFromPrivate *priv; - + int midline; /* are we between lines? */ }; -- cgit v1.2.3