aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/MH/camel-mh-folder.h
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-09-07 23:45:57 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-07 23:45:57 +0800
commit598dc5e5564a6a04c0714ab480651261fe9f3c9a (patch)
tree45de64ab131517768562c3a89be2721d32db22c0 /camel/providers/MH/camel-mh-folder.h
parent9043c1aa7a31915129d14f913c9126557ca49402 (diff)
downloadgsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.gz
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.bz2
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.lz
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.xz
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.zst
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.zip
correct parameter decl (const)
1999-09-07 bertrand <Bertrand.Guiheneuf@aful.org> * camel/md5-utils.c (md5_get_digest_from_file): correct parameter decl (const) * camel/md5-utils.h: typo. * camel/providers/MH/mh-uid.c More work on UID stuff for MH. (mh_save_uid_list): (mh_load_uid_list): (mh_generate_uid_list): new funcs. Manage on-disk uid list. * camel/providers/MH/mh-utils.c (mh_is_a_message_file): Util routines live here now. svn path=/trunk/; revision=1190
Diffstat (limited to 'camel/providers/MH/camel-mh-folder.h')
-rw-r--r--camel/providers/MH/camel-mh-folder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/MH/camel-mh-folder.h b/camel/providers/MH/camel-mh-folder.h
index e1c2e86900..40800375eb 100644
--- a/camel/providers/MH/camel-mh-folder.h
+++ b/camel/providers/MH/camel-mh-folder.h
@@ -46,6 +46,7 @@ typedef struct {
gchar *directory_path;
GList *file_name_list;
+ GArray *uid_array;
} CamelMhFolder;