aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-folder.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-local-folder.h')
-rw-r--r--shell/e-local-folder.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/e-local-folder.h b/shell/e-local-folder.h
index 4e83af4b40..b57abe8d6f 100644
--- a/shell/e-local-folder.h
+++ b/shell/e-local-folder.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-local-folder.h
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000, 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -39,6 +39,9 @@ extern "C" {
#define E_IS_LOCAL_FOLDER(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_LOCAL_FOLDER))
#define E_IS_LOCAL_FOLDER_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_LOCAL_FOLDER))
+#define E_LOCAL_FOLDER_METADATA_FILE_NAME "folder-metadata.xml"
+#define E_LOCAL_FOLDER_METADATA_FILE_NAME_LEN 19
+
typedef struct _ELocalFolder ELocalFolder;
typedef struct _ELocalFolderClass ELocalFolderClass;