diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-07 23:45:57 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-07 23:45:57 +0800 |
commit | 598dc5e5564a6a04c0714ab480651261fe9f3c9a (patch) | |
tree | 45de64ab131517768562c3a89be2721d32db22c0 /camel/providers/MH/camel-mh-folder.h | |
parent | 9043c1aa7a31915129d14f913c9126557ca49402 (diff) | |
download | gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.gz 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.h | 1 |
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; |