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/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index ebc3f6669f..b30c4d042a 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -92,7 +92,7 @@ mailinclude_HEADERS = \ mail-autofilter.h \ mail-guess-servers.h \ mail-send-recv.h \ - mail-vfolder.h \ + mail-vfolder-ui.h \ message-list.h if ENABLE_CLUTTER @@ -151,13 +151,13 @@ libevolution_mail_la_SOURCES = \ em-subscription-editor.c \ em-sync-stream.c \ em-utils.c \ - em-vfolder-editor-context.c \ - em-vfolder-editor-rule.c \ + em-vfolder-editor-context.c \ + em-vfolder-editor-rule.c \ em-vfolder-editor.c \ mail-autofilter.c \ mail-guess-servers.c \ mail-send-recv.c \ - mail-vfolder.c \ + mail-vfolder-ui.c \ message-list.c if ENABLE_CLUTTER -- cgit