diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-25 13:18:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-25 13:18:55 +0800 |
commit | a74c859d8c64ac576255fbc36b5f59468b42ddce (patch) | |
tree | 3e71353e6c734cacedc11bc8a83ddf221812a77a /camel/camel-exception-list.def | |
parent | 4af81200bb6f671aa581ef77d2c0b6e4c332fb81 (diff) | |
download | gsoc2013-evolution-a74c859d8c64ac576255fbc36b5f59468b42ddce.tar.gz gsoc2013-evolution-a74c859d8c64ac576255fbc36b5f59468b42ddce.tar.zst gsoc2013-evolution-a74c859d8c64ac576255fbc36b5f59468b42ddce.zip |
change the CamelFolderSummary interfaces to allow partial summary queries
* camel-folder-summary.[ch]: change the CamelFolderSummary
interfaces to allow partial summary queries (for dealing
with very large folders). Remove the "extended_fields" from
CamelFolderInfo and CamelMessageInfo: this is better dealt
with by subtyping.
* providers/mbox/camel-mbox-summary.[ch]: Make CamelMboxSummary a
subclass of CamelFolderSummary. Update interfaces for that. Remove
the internal/external summary distinction. Remove the (unused) md5
checksum in the folder summary. Change the summary file format
(primarily to make it no longer byte-order dependent) and add a
version number to it so it will be easier to change in the future.
* providers/mbox/camel-mbox-folder.[ch]
* providers/mbox/camel-mbox-search.c
* providers/mbox/camel-mbox-utils.c: update for summary changes
* camel-exception-list.def: add
CAMEL_EXCEPTION_FOLDER_SUMMARY_INVALID
svn path=/trunk/; revision=2159
Diffstat (limited to 'camel/camel-exception-list.def')
-rw-r--r-- | camel/camel-exception-list.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-exception-list.def b/camel/camel-exception-list.def index e99f0c90d9..825196920c 100644 --- a/camel/camel-exception-list.def +++ b/camel/camel-exception-list.def @@ -21,6 +21,7 @@ CAMEL_EXCEPTION_FOLDER_NON_UID, CAMEL_EXCEPTION_FOLDER_INSUFFICIENT_PERMISSION, CAMEL_EXCEPTION_FOLDER_INVALID_PATH, CAMEL_EXCEPTION_FOLDER_INVALID_UID, +CAMEL_EXCEPTION_FOLDER_SUMMARY_INVALID, /* CamelStoreException */ CAMEL_EXCEPTION_STORE_NULL = 200, |