diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-02 04:30:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-02 04:30:15 +0800 |
commit | ffb7357c4201f9e02c54d712267856c5a313e6cd (patch) | |
tree | 392034371c6bb17a1890b2eb6c3951600f0d59f5 /camel/camel-mime-part.h | |
parent | a226b2ae8616f2047c0d3ab4e7a2cc739972cd71 (diff) | |
download | gsoc2013-evolution-ffb7357c4201f9e02c54d712267856c5a313e6cd.tar.gz gsoc2013-evolution-ffb7357c4201f9e02c54d712267856c5a313e6cd.tar.zst gsoc2013-evolution-ffb7357c4201f9e02c54d712267856c5a313e6cd.zip |
Reverted my pgp/mime fixes here too.
2002-03-01 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-part-utils.c
(camel_mime_part_construct_content_from_parser): Reverted my
pgp/mime fixes here too.
* camel-mime-part.c (write_to_stream): Removed my pgp/mime raw
stream hack, this is causing problems such as some messages to not
displaying, view->source not working at all, etc.
svn path=/trunk/; revision=15883
Diffstat (limited to 'camel/camel-mime-part.h')
-rw-r--r-- | camel/camel-mime-part.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h index 524371a521..4f05ecb71b 100644 --- a/camel/camel-mime-part.h +++ b/camel/camel-mime-part.h @@ -65,8 +65,6 @@ struct _CamelMimePart struct _header_raw *headers; /* mime headers */ /* All fields here are -** PRIVATE **- */ - CamelStream *stream; - char *description; CamelMimeDisposition *disposition; char *content_id; |