From 7265cc314c68f9b9b0196661540bed628b5aad16 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 27 May 2005 11:18:41 +0000 Subject: A camel-stream to wrap Evolution_Mail_MessageStream. 2005-05-27 Not Zed * em-message-stream.[ch]: A camel-stream to wrap Evolution_Mail_MessageStream. * evolution-mail-messagestream.[ch]: simplified read-only stream interface rather than using bonobo-stream. It wraps a camel-stream only & simplified lifecycle management. * evolution-mail-store.c (evolution_mail_store_changed): if we have no more listeners, close the camelstore object off. * Evolution-DataServer-Mail.idl: changed exceptions to use one exception type with details. Fixed code to use these. svn path=/trunk/; revision=29418 --- plugins/mail-remote/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/mail-remote/Makefile.am') diff --git a/plugins/mail-remote/Makefile.am b/plugins/mail-remote/Makefile.am index 8214ce36f1..80fb0fcc97 100644 --- a/plugins/mail-remote/Makefile.am +++ b/plugins/mail-remote/Makefile.am @@ -13,6 +13,8 @@ liborg_gnome_evolution_mail_remote_la_SOURCES = \ $(IDL_GENERATED_H) \ e-corba-utils.c \ e-corba-utils.h \ + em-message-stream.c \ + em-message-stream.h \ evolution-mail-folder.c \ evolution-mail-folder.h \ evolution-mail-folderlistener.c \ @@ -21,6 +23,8 @@ liborg_gnome_evolution_mail_remote_la_SOURCES = \ evolution-mail-marshal.h \ evolution-mail-messageiterator.c \ evolution-mail-messageiterator.h \ + evolution-mail-messagestream.c \ + evolution-mail-messagestream.h \ evolution-mail-session.c \ evolution-mail-session.h \ evolution-mail-sessionlistener.c \ @@ -42,6 +46,7 @@ client_LDADD = \ evolution-mail-storelistener.o \ evolution-mail-folderlistener.o \ evolution-mail-marshal.o \ + evolution-mail-messagestream.o \ Evolution-DataServer-Mail-common.o \ Evolution-DataServer-Mail-stubs.o \ Evolution-DataServer-Mail-skels.o -- cgit