diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-05 03:33:31 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-05 03:33:31 +0800 |
commit | 0fe7101224105602a18e63eb83af4611648c9d91 (patch) | |
tree | 00aeef71b3dbbca082ddd4039ba1d55359805afe /camel/camel-folder-summary.h | |
parent | eb1b10897020045933caaca7920f3550b75c13b5 (diff) | |
download | gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.gz gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.bz2 gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.lz gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.xz gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.zst gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.zip |
started summary implementation. (_open): correct use of open.
1999-09-04 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/providers/MH/camel-mh-folder.c (_create_summary):
started summary implementation.
(_open): correct use of open.
* camel/camel-folder.c (camel_folder_get_summary):
get folder associated summary object.
svn path=/trunk/; revision=1177
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r-- | camel/camel-folder-summary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h index ded09e739c..293dbdb637 100644 --- a/camel/camel-folder-summary.h +++ b/camel/camel-folder-summary.h @@ -86,6 +86,7 @@ GtkType camel_folder_summary_get_type (void); /* public methods */ +CamelFolderSummary *camel_folder_summary_new (); const GList *camel_folder_summary_get_subfolder_info_list (CamelFolderSummary *summary); const GList *camel_folder_summary_get_message_info_list (CamelFolderSummary *summary); |