default implementation to be called first by providers methods. It looks
authorbertrand <Bertrand.Guiheneuf@aful.org>
Fri, 13 Aug 1999 18:28:55 +0000 (18:28 +0000)
committerBertrand Guiheneuf <bertrand@src.gnome.org>
Fri, 13 Aug 1999 18:28:55 +0000 (18:28 +0000)
commitf4b069fe48888d399a720a4f4c6566e7fa128f7a
treef67442c9ed0796e0692ee5ea1e7f1bcdc5d6dedd
parent4c956ff3975893c11293cd13a060c1f2ac66dd27
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.
camel/camel-folder.c
camel/camel-mime-message.h
camel/providers/MH/camel-mh-folder.c