diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-14 02:28:56 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-14 02:28:56 +0800 |
commit | 920be6e190bf0dd0056a71695cf3350625e8318c (patch) | |
tree | 102e3b08b35febec6e718334a928e1bad6010e5e /camel/camel-mime-message.h | |
parent | ec22bcd92061fcf6ce599d5fd777a9159beaff02 (diff) | |
download | gsoc2013-evolution-920be6e190bf0dd0056a71695cf3350625e8318c.tar.gz gsoc2013-evolution-920be6e190bf0dd0056a71695cf3350625e8318c.tar.zst gsoc2013-evolution-920be6e190bf0dd0056a71695cf3350625e8318c.zip |
default implementation to be called first by providers methods. It looks
1999-08-13 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c (_get_message): default implementation
to be called first by providers methods. It looks in the
folder message list (in memory) to see if the message has
not already been retrieved, and in this case, returns
the same CamelMimeMessage object
Caching messages in folder kworks. Providers will have to
do their job correctly.
Enough for today.
svn path=/trunk/; revision=1113
Diffstat (limited to 'camel/camel-mime-message.h')
-rw-r--r-- | camel/camel-mime-message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-mime-message.h b/camel/camel-mime-message.h index da691fa05d..522173c765 100644 --- a/camel/camel-mime-message.h +++ b/camel/camel-mime-message.h @@ -66,6 +66,7 @@ struct _CamelMimeMessage GHashTable *recipients; /* -> each value is a GList of address strings */ /* each key is a recipient type string in lower-case */ + /* FIXME: these should be relaced by dedicated structure */ /* other fields */ GHashTable *flags; /* boolean values */ |