diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-27 19:18:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-27 19:18:41 +0800 |
commit | 7265cc314c68f9b9b0196661540bed628b5aad16 (patch) | |
tree | 33ad1883f3d4a77c202fbd242a0d06313b870e21 /plugins/mail-remote/evolution-mail-session.c | |
parent | 07419207d4478491adfbcc63776388db5723787b (diff) | |
download | gsoc2013-evolution-7265cc314c68f9b9b0196661540bed628b5aad16.tar.gz gsoc2013-evolution-7265cc314c68f9b9b0196661540bed628b5aad16.tar.zst gsoc2013-evolution-7265cc314c68f9b9b0196661540bed628b5aad16.zip |
A camel-stream to wrap Evolution_Mail_MessageStream.
2005-05-27 Not Zed <NotZed@Ximian.com>
* 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
Diffstat (limited to 'plugins/mail-remote/evolution-mail-session.c')
-rw-r--r-- | plugins/mail-remote/evolution-mail-session.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |