From d75f6c636406385abb50025b4c371dec262b1c4b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 24 Jan 2012 22:18:20 -0500 Subject: Bug 668479: Missing transport-only accounts in Preferences Evolution kinda sorta supports multiple identities by allowing users to set up so-called "transport-only" accounts by choosing "None" for the account type. Add a CamelStore subclass for those types of accounts so they get added to EMailAccountStore. It's just a stupid hack to keep another stupid hack working, but this should sustain us until we can support multiple identities FOR REAL. --- libemail-engine/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libemail-engine/Makefile.am') diff --git a/libemail-engine/Makefile.am b/libemail-engine/Makefile.am index 88a0227aab..ce0a1ab392 100644 --- a/libemail-engine/Makefile.am +++ b/libemail-engine/Makefile.am @@ -20,6 +20,7 @@ libemail_engine_la_CPPFLAGS = \ libmailengineincludedir = $(privincludedir)/libemail-engine libmailengineinclude_HEADERS = \ + camel-null-store.h \ e-mail-enums.h \ e-mail-enumtypes.h \ e-mail-folder-utils.h \ @@ -36,6 +37,7 @@ libmailengineinclude_HEADERS = \ libemail_engine_la_SOURCES = \ $(libmailengineinclude_HEADERS) \ + camel-null-store.c \ e-mail-enumtypes.c \ e-mail-folder-utils.c \ e-mail-junk-filter.c \ -- cgit