From f342817e88f4e598b7962d94d497c408c45a8107 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 26 Mar 2001 18:55:41 +0000 Subject: Finish the DnD stuff by implementing move/copy on the shell side as well. Now we should just need to implement the corresponding bits in the components... svn path=/trunk/; revision=8949 --- shell/e-local-folder.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shell/e-local-folder.h') 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; -- cgit v1.2.3