aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.c
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-05-03 04:58:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-03 04:58:23 +0800
commit9190e008ad92251cdf0c27772970c56214d6cc6e (patch)
treedd5e9e380f4209aac647b3b5279b32f042fb5703 /camel/camel-mime-part.c
parentcce3d433328f1ec39203e8b5770c6cc2650259a5 (diff)
downloadgsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.gz
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.bz2
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.lz
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.xz
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.zst
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.zip
> * providers/mbox/camel-mbox-search.c
> (camel_mbox_folder_search_by_expression): Dont store/remove > current search from the search list. > > * providers/mbox/camel-mbox-folder.h: Removed searches list, > searches are all sync now. svn path=/trunk/; revision=2755
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r--camel/camel-mime-part.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c
index e2a6a731f9..fa22cf9dcb 100644
--- a/camel/camel-mime-part.c
+++ b/camel/camel-mime-part.c
@@ -472,11 +472,6 @@ set_content_object (CamelMedium *medium, CamelDataWrapper *content)
}
/**********************************************************************/
-#ifdef WHPT
-#warning : WHPT is already defined !!!!!!
-#endif
-#define WHPT gmime_write_header_pair_to_stream
-
static int
write_to_stream (CamelDataWrapper *data_wrapper, CamelStream *stream)
@@ -491,7 +486,6 @@ write_to_stream (CamelDataWrapper *data_wrapper, CamelStream *stream)
/* FIXME: something needs to be done about this ... */
/* FIXME: need to count these bytes too */
#warning content-languages should be stored as a header
- gmime_write_header_with_glist_to_stream (stream, "Content-Language", mp->content_languages,", ");
if (mp->headers) {
struct _header_raw *h = mp->headers;