diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-12-16 07:48:23 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-12-16 07:48:23 +0800 |
commit | 6bd8382bd68ada82117064bc3576c4b8374cfc04 (patch) | |
tree | 67bd3b2019313b7be3c18f12111914eef7f66a61 /camel/Makefile.am | |
parent | 78c9c2b070f74e18a7a676984e3ce633300c335d (diff) | |
download | gsoc2013-evolution-6bd8382bd68ada82117064bc3576c4b8374cfc04.tar gsoc2013-evolution-6bd8382bd68ada82117064bc3576c4b8374cfc04.tar.gz gsoc2013-evolution-6bd8382bd68ada82117064bc3576c4b8374cfc04.tar.bz2 gsoc2013-evolution-6bd8382bd68ada82117064bc3576c4b8374cfc04.tar.lz gsoc2013-evolution-6bd8382bd68ada82117064bc3576c4b8374cfc04.tar.xz gsoc2013-evolution-6bd8382bd68ada82117064bc3576c4b8374cfc04.tar.zst gsoc2013-evolution-6bd8382bd68ada82117064bc3576c4b8374cfc04.zip |
implemented. The routines in this file will be called by providers to
1999-12-16 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder-utils.c (camel_aml_expunge_messages):
implemented. The routines in this file will be
called by providers to handle the list of
message already standing in memory.
1999-12-15 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder-utils.c:
* camel/camel-folder-utils.h:
New files, misc utilities for the
folder providers. Includes active message
list utilities.
* camel/camel-folder.c (_has_message_number_capability):
(camel_folder_has_message_number_capability):
Added this to know if a folder provides
number-based message access.
* camel/camel-folder.c (_get_message_count):
added warning when called directly.
(_append_message): ditto
(_open_async): ditto
(_close_async): ditto
(_delete_messages): ditto
(_expunge): ditto
(_get_message_by_number): ditto
(_get_message_uid): ditto
(_get_message_uid_by_number): ditto
(_get_message_by_uid): ditto
(_get_uid_list): ditto
svn path=/trunk/; revision=1492
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 8e74253eac..c359645bc4 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -40,6 +40,7 @@ libcamel_la_SOURCES = \ camel-stream-data-wrapper.c \ camel-folder.c \ camel-folder-summary.c \ + camel-folder-utils.c \ camel-medium.c \ camel-marshal-utils.c \ camel-mime-body-part.c \ @@ -78,6 +79,7 @@ libcamelinclude_HEADERS = \ camel-stream-data-wrapper.h \ camel-folder.h \ camel-folder-summary.h \ + camel-folder-utils.h \ camel-mime-body-part.h \ camel-marshal-utils.h \ camel-medium.h \ |