diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-09 02:59:27 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-09 02:59:27 +0800 |
commit | 68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f (patch) | |
tree | 1c36f691b413aa8ddb92a90bd92e210ddb643bbd /camel/providers/MH/mh-uid.c | |
parent | 13dce8b3355c97c426a3a975bfba5cbae875b9cc (diff) | |
download | gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.gz gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.bz2 gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.lz gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.xz gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.zst gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.zip |
Summary files are here and work !!!
1999-09-08 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/providers/MH/mh-summary.c
(mh_load_summary):
(mh_save_summary):
(mh_create_summary):
implemented summary (files) for MH folders.
* camel/providers/MH/camel-mh-folder.c
(_get_message_by_uid): implemented.
(camel_mh_folder_class_init):
(_get_message_uid): implemented
svn path=/trunk/; revision=1219
Diffstat (limited to 'camel/providers/MH/mh-uid.c')
-rw-r--r-- | camel/providers/MH/mh-uid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/providers/MH/mh-uid.c b/camel/providers/MH/mh-uid.c index 1c71f10fb6..425cc27697 100644 --- a/camel/providers/MH/mh-uid.c +++ b/camel/providers/MH/mh-uid.c @@ -134,7 +134,8 @@ mh_load_uid_list (CamelMhFolder *mh_folder) if (!((stat_error != -1) && S_ISREG (stat_buf.st_mode))) { - CAMEL_LOG_FULL_DEBUG ("file %s does not exist. Exiting.\n", uidfile_path); + CAMEL_LOG_FULL_DEBUG ("CamelMhFolder::load_uid_list " + "file %s does not exist. Exiting.\n", uidfile_path); g_free (uidfile_path); return -1; } |