diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-16 20:29:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-18 00:08:46 +0800 |
commit | 3f2d55fb7ffdaa06327f69c72c591b72ffea55ad (patch) | |
tree | 9befb2840ffc2d813c927a575a67182ef9c9d991 /mail/e-mail-config-auth-check.h | |
parent | c085e4b4457eadd5fcca8fdaa729d5aa2e97ce88 (diff) | |
download | gsoc2013-evolution-3f2d55fb7ffdaa06327f69c72c591b72ffea55ad.tar gsoc2013-evolution-3f2d55fb7ffdaa06327f69c72c591b72ffea55ad.tar.gz gsoc2013-evolution-3f2d55fb7ffdaa06327f69c72c591b72ffea55ad.tar.bz2 gsoc2013-evolution-3f2d55fb7ffdaa06327f69c72c591b72ffea55ad.tar.lz gsoc2013-evolution-3f2d55fb7ffdaa06327f69c72c591b72ffea55ad.tar.xz gsoc2013-evolution-3f2d55fb7ffdaa06327f69c72c591b72ffea55ad.tar.zst gsoc2013-evolution-3f2d55fb7ffdaa06327f69c72c591b72ffea55ad.zip |
MailFolderCache: Remove the "session" property.
I considered replacing the "session" property with a "registry"
property, but that just complicates application startup even more.
Fact is, if we have a CamelStore then we can get the CamelSession
and even the ESourceRegistry from it. Kinda dirty, but works.
It goes a little something like this...
camel_service = CAMEL_SERVICE (camel_store);
camel_session = camel_service_get_session (camel_service);
mail_session = E_MAIL_SESSION (camel_session);
registry = e_mail_session_get_registry (mail_session);
Removed functions:
mail_folder_cache_get_session()
Diffstat (limited to 'mail/e-mail-config-auth-check.h')
0 files changed, 0 insertions, 0 deletions