aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store-summary.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/camel-store-summary.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/camel-store-summary.c')
-rw-r--r--camel/camel-store-summary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-store-summary.c b/camel/camel-store-summary.c
index 75d2a3501f..f42a66c80b 100644
--- a/camel/camel-store-summary.c
+++ b/camel/camel-store-summary.c
@@ -1,5 +1,6 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- * Copyright (C) 2001 Ximian Inc.
+ * Copyright (C) 2001-2003 Ximian Inc.
*
* Authors: Michael Zucchi <notzed@ximian.com>
*
@@ -35,7 +36,6 @@
#include "camel-file-utils.h"
-#include "string-utils.h"
#include "e-util/md5-utils.h"
#include "e-util/e-memory.h"