aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-mh-folder.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-07-08 03:18:57 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-07-08 03:18:57 +0800
commit8bbe0f34af2bd9906012106d8ee27187f05b6a15 (patch)
tree5cfa51a91191b20ef2f1f765df6f99611041cae5 /camel/providers/local/camel-mh-folder.c
parent26709642fa1a39108690aa5295e1726a0861c58c (diff)
downloadgsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.tar
gsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.tar.gz
gsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.tar.bz2
gsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.tar.lz
gsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.tar.xz
gsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.tar.zst
gsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.zip
Updated for string-utils namespace changes.
2003-07-07 Jeffrey Stedfast <fejj@ximian.com> * camel-session.c (camel_session_init): Updated for string-utils namespace changes. * camel-provider.c: Updated for string-utils namespace changes. * camel-mime-part.c (init_header_name_table): Updated for string-utils namespace changes. * camel-mime-message.c (camel_mime_message_class_init): Updated for string-utils namespace changes. (camel_mime_message_init): Same. * camel-mime-filter-enriched.c (camel_mime_filter_enriched_class_init): Updated for string-utils namespace changes. * camel-folder-summary.c (camel_folder_summary_init): Updated for string-utils namespace changes. * camel-string-utils.[c,h]: Renamed from string-utils.[c,h] and also namespaced all functions. svn path=/trunk/; revision=21751
Diffstat (limited to 'camel/providers/local/camel-mh-folder.c')
-rw-r--r--camel/providers/local/camel-mh-folder.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/camel/providers/local/camel-mh-folder.c b/camel/providers/local/camel-mh-folder.c
index 02d3370428..25dbacc49a 100644
--- a/camel/providers/local/camel-mh-folder.c
+++ b/camel/providers/local/camel-mh-folder.c
@@ -2,7 +2,7 @@
*
* Authors: Michael Zucchi <notzed@ximian.com>
*
- * Copyright (C) 1999, 2000 Ximian Inc.
+ * Copyright (C) 1999, 2003 Ximian Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
@@ -34,7 +34,6 @@
#include "camel-mh-folder.h"
#include "camel-mh-store.h"
-#include "string-utils.h"
#include "camel-stream-fs.h"
#include "camel-mh-summary.h"
#include "camel-data-wrapper.h"