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/evolution-mail-session.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/mail-remote/evolution-mail-session.c') diff --git a/plugins/mail-remote/evolution-mail-session.c b/plugins/mail-remote/evolution-mail-session.c index 9fa6fdfdb7..e670e40f50 100644 --- a/plugins/mail-remote/evolution-mail-session.c +++ b/plugins/mail-remote/evolution-mail-session.c @@ -328,6 +328,8 @@ evolution_mail_session_init (EvolutionMailSession *ems, EvolutionMailSessionClas p->account_removed = g_signal_connect(p->accounts, "account_removed", G_CALLBACK(ems_account_removed), ems); ems->session = mail_component_peek_session(NULL); + + bonobo_object_set_immortal((BonoboObject *)ems, TRUE); } void -- cgit v1.2.3