From 18593a0fb99e04854f66459972b2c53fca601cda Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 2 Mar 2012 15:40:34 +0530 Subject: Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works and the daemon can now start the vfolder storage without bothering much with the UI. --- mail/e-mail-ui-session.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mail/e-mail-ui-session.h') diff --git a/mail/e-mail-ui-session.h b/mail/e-mail-ui-session.h index 1a36487757..f6ef4b42d5 100644 --- a/mail/e-mail-ui-session.h +++ b/mail/e-mail-ui-session.h @@ -77,8 +77,6 @@ struct _EMailUISessionClass { GType e_mail_ui_session_get_type (void); EMailSession * e_mail_ui_session_new (void); -CamelStore * e_mail_ui_session_get_vfolder_store - (EMailUISession *session); EMailAccountStore * e_mail_ui_session_get_account_store (EMailUISession *session); -- cgit