diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-06 22:39:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-06 22:39:30 +0800 |
commit | a0c1a491f146e480589496c0714a9be6857d2c26 (patch) | |
tree | 535af3bac6eac9d68762bae60b1ee8c46b2fce68 /camel/camel-vee-store.h | |
parent | 9b665c1a82813d17deb3c50d357bc60f13d041dc (diff) | |
download | gsoc2013-evolution-a0c1a491f146e480589496c0714a9be6857d2c26.tar.gz gsoc2013-evolution-a0c1a491f146e480589496c0714a9be6857d2c26.tar.zst gsoc2013-evolution-a0c1a491f146e480589496c0714a9be6857d2c26.zip |
Fixes for bug #39168
2003-03-06 Jeffrey Stedfast <fejj@ximian.com>
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 <fejj@ximian.com>
* 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
Diffstat (limited to 'camel/camel-vee-store.h')
-rw-r--r-- | camel/camel-vee-store.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-vee-store.h b/camel/camel-vee-store.h index b7309c33c5..d0352046be 100644 --- a/camel/camel-vee-store.h +++ b/camel/camel-vee-store.h @@ -44,7 +44,6 @@ typedef struct _CamelVeeStoreClass CamelVeeStoreClass; struct _CamelVeeStore { CamelStore parent; - struct _CamelVeeStorePrivate *priv; }; struct _CamelVeeStoreClass { |